From f13e87dbf9daaa3e77c20b1de4bb3acb07c8416e Mon Sep 17 00:00:00 2001 From: tripathyr Date: Sun, 5 Jul 2020 18:18:11 +0530 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f4a9a17..82f826f 100644 --- a/README.md +++ b/README.md @@ -367,7 +367,8 @@ FLO Cloud API operations have all been promisified. All output needs to be handl 2. type - type of the data 3. options - (optional, options detailed at end of module) -Minimal Example: floCloudAPI.sendGeneralData("Hello World", "type1") +###### Minimal Example: + floCloudAPI.sendGeneralData("Hello World", "type1") Sends "Hello World" message to the cloud with type1 as `type` with `myFloID` as default sender and `floGlobals.adminID` as receiver #### requestGeneralData