Update README.md

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

View File

@ -847,7 +847,7 @@ floDapps.addStartUpFunction("myFirstFunction",
});
});
// Manaul execution on console
// Manual execution on console
floDapps.util.startUpFunctions.myFirstFunction();
```