diff --git a/README.md b/README.md index 969a739..e768436 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ new Server("192.168.0.153", port, EchoClientListener.class); ``` -3. Create client to communicate with server +3. Create Client to communicate with server ```java Client client = new Client<>("192.168.0.153", port, SimpleClientListener.class);