From e1d4642189e049608f51a079da9818237781d9d2 Mon Sep 17 00:00:00 2001 From: muneo37 Date: Mon, 20 Jun 2022 16:14:47 +0900 Subject: [PATCH] Fix typo :) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bee9b20..b8d4c5c6 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ NetMQ is a 100% native C# port of the lightweight messaging library ZeroMQ. NetMQ extends the standard socket interfaces with features traditionally provided by -specialised messaging middleware products. NetMQ sockets provide an +specialized messaging middleware products. NetMQ sockets provide an abstraction of asynchronous message queues, multiple messaging patterns, message filtering (subscriptions), seamless access to multiple transport protocols, and more.