Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bkaptijn authored Dec 17, 2018
1 parent b33ec31 commit c6ea41c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,9 @@ async revoke(ssid, link)
```

### `subscribe`
Returns a promise with which you can effectively subscribe on the event that a new claim is added to the channel of the given ssids.
Returns a promise with which you can effectively subscribe on the event that a new claim matching the given ssid, predicate and/or object is added to some channel.
Note not yet implemented

```
async subscribe(ssid)
async subscribe(ssid, predicate, object)
```

0 comments on commit c6ea41c

Please sign in to comment.