Update README.md
This commit is contained in:
parent
442982f073
commit
4824c416b5
@ -842,7 +842,7 @@ floDapps.addStartUpFunction("myFirstFunction",
|
|||||||
function (){
|
function (){
|
||||||
return new Promise (
|
return new Promise (
|
||||||
(resolve,reject)=>{
|
(resolve,reject)=>{
|
||||||
console.log("First function Excecuted before everything else");
|
console.log("First function Executed before everything else");
|
||||||
resolve("My First Function executed")
|
resolve("My First Function executed")
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
@ -866,4 +866,3 @@ floDapps.util.startUpFunctions.myFirstFunction();
|
|||||||
3. data - data to be pushed in map
|
3. data - data to be pushed in map
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user