Update README.md

This commit is contained in:
tripathyr 2021-12-29 18:01:05 +05:30 committed by GitHub
parent 442982f073
commit 4824c416b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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