Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
martinj committed Dec 8, 2017
1 parent e3701fd commit 153a764
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 @@ -23,8 +23,8 @@ This module is installed via npm:
- `protocol` - `HTTP` or `HTTPS` **required**
- `attributes` Object, key:value, Set subscription attributes, only used if the plugin handles the subscription confirmation and subscription does not exist'
- `handlers`
- `subscriptionconfirmation` - `Function(req, reply, payload)` If omitted the plugin will handle the subscription confirmation messages
- `notification` - `Function(req, reply, payload)` **required**
- `subscriptionconfirmation` - `Function(req, h, payload)` If omitted the plugin will handle the subscription confirmation messages
- `notification` - `Function(req, h, payload)` **required**


## Examples
Expand Down

0 comments on commit 153a764

Please sign in to comment.