From d7482dc7fc36d34161b69bdb2a85adad514716d0 Mon Sep 17 00:00:00 2001 From: hantsy Date: Thu, 27 Feb 2020 21:41:03 +0800 Subject: [PATCH] fixes typos in README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 114fe0a..9688bc8 100644 --- a/README.md +++ b/README.md @@ -6,15 +6,15 @@ Sample codes of RSocket Java and Spring RSocket integration. [Using Rsocket with Spring Boot](https://medium.com/@hantsy/using-rsocket-with-spring-boot-cfc67924d06a) -## Smaple Codes +## Sample Codes * **vanilla** rsocket-java sample -* **tcp** Spring Boot based application using TCP protocol transport between client and server -* **websocket** Using Websocket transport in a Webflux server. +* **tcp** Spring Boot based application using TCP protocol between client and server +* **websocket** Using WebSocket as transport protocol instead in a Webflux server. * **security** Spring Security RSocket integration. -* **server-requester** Sending message to client via Server `RSocketRequster`. +* **server-requester** Sending message to client via Server `RSocketRequster`. * **integration** Spring Integration RSocket inbound and outbound gateway. -* **integration-boot** Spring Integration RSocket outbound gateway based client and Spring Boot RSocker based server. +* **integration-boot** Spring Integration RSocket outbound gateway based client and Spring Boot RSocket based server. ## References