From 62abfda156e072c0c430ee7443e9f2adb874c163 Mon Sep 17 00:00:00 2001 From: PhilKunz Date: Sun, 7 Aug 2016 19:15:05 +0200 Subject: [PATCH] improve README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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