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 -