diff --git a/app/sdk/README.md b/app/sdk/README.md index 348a9b01..17196928 100644 --- a/app/sdk/README.md +++ b/app/sdk/README.md @@ -15,7 +15,7 @@ The crypto and log params are provided by implementing the [Crypto](https://gith
- Persistent storage can then be provided to the SDK
+ Persistent storage can then be provided to the SDK for user communication
Mobile apps typically use the offline store where most of the relational data is saved. The sql param is provided by implementing the [SqlStore](https://github.com/balzack/databag/blob/sdk/app/sdk/src/store.ts) interface.