Update README caveat

This commit is contained in:
Oskar Thoren 2021-06-11 18:17:55 +08:00
parent 41f7b176b4
commit ecaf33313b
No known key found for this signature in database
GPG Key ID: B2ECCFD3BC2EF77E
1 changed files with 8 additions and 3 deletions

View File

@ -21,7 +21,12 @@ JSON RPC spec that nim-waku exposes: https://rfc.vac.dev/spec/16/
- DialPeer
- AddStorePeer
- Query
- Subscribe
- Publish
x Query
x Subscribe
x Publish
- ListPeers
## Caveats
Assumes we can spawn a child process. In some environments, such as on iOS, this
may not be permitted.