diff --git a/README.md b/README.md index 8e9c54c..eedc436 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,9 @@ Sample codes of RSocket Java and Spring RSocket integration. * **server-vanilla** Handling messages via Spring Integration RSocket InboundGateway. * **server** Similar with **server-vanilla**, but reuse Spring Boot RSocket Starter and declare the `ServerRSocketConnecter` bean through `ServerRSocketMessageHandler`. * **server-regular** Simple example using Spring Boot RSocket Starter aka `@Controller` and `@MessageMapping`. -* **crud** Client and server CRUD sample. +* **crud** Client and server CRUD interaction sample. * **client** Sending messages to server via `RSocketRequestor` and TCP protocol. - * **server** Running as Netty/TCP and handling request via TCP protocol(no web/http support). + * **server** Running on Netty/TCP(no web/http support) and handling request via TCP protocol. ## References