From 7b8c4e16e454cc37798cbbbea5825434e37ff4c2 Mon Sep 17 00:00:00 2001 From: Kang-Sze Lin Date: Thu, 21 Jan 2016 11:21:14 +0900 Subject: [PATCH] Update some typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2070f9109..db8004618 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ReactiveSocket -ReactiveSocket is network protocol with client and server that uses [Reactive Streams](http://reactive-stream.org) (and optimistically [Reactive Stream IO](http://reactive-stream.io) as it gets defined). +ReactiveSocket is network protocol with client and server that uses [Reactive Streams](http://reactive-streams.org) (and optimistically [Reactive Streams IO](http://reactive-streams.io) as it gets defined). It enables the following interaction models via async message passing over a single network connection: