diff --git a/README.md b/README.md index fd8db1c..dc6b1c7 100644 --- a/README.md +++ b/README.md @@ -61,4 +61,7 @@ mySmartsocketClient.serverCall("newService",data) });; ``` -> **NOTE:** you can easily chain dependent requests on eiter the server or client side with promises. `data` is always a js object that you can design for your specific. It supports buffers for large binary data network exchange. \ No newline at end of file +> **NOTE:** +you can easily chain dependent requests on eiter the server or client side with promises. +`data` is always a js object that you can design for your specific needs. +It supports buffers for large binary data network exchange. \ No newline at end of file