Update README.md

This commit is contained in:
tripathyr 2021-12-29 19:35:46 +05:30 committed by GitHub
parent 4fec06df0e
commit e981c26e25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -851,6 +851,8 @@ floDapps.addStartUpFunction("myFirstFunction",
floDapps.util.startUpFunctions.myFirstFunction();
```
Philosophy: Suppose you want a function that must run before any of standard operation function runs. Then you need to first create a promisified version of that function
### Advanced Dapp functions usually not needed for users
#### setAppObjectStores