From 4824c416b58d9b243df9b417889f6d9f195dccf3 Mon Sep 17 00:00:00 2001 From: tripathyr Date: Wed, 29 Dec 2021 18:01:05 +0530 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 4b6b87e..05e573b 100644 --- a/README.md +++ b/README.md @@ -842,7 +842,7 @@ floDapps.addStartUpFunction("myFirstFunction", function (){ return new Promise ( (resolve,reject)=>{ - console.log("First function Excecuted before everything else"); + console.log("First function Executed before everything else"); resolve("My First Function executed") }); }); @@ -866,4 +866,3 @@ floDapps.util.startUpFunctions.myFirstFunction(); 3. data - data to be pushed in map -