Skip to content

Commit

Permalink
non-breaking space needed for markdown.
Browse files Browse the repository at this point in the history
  • Loading branch information
awirick committed Feb 17, 2011
1 parent 1cebd28 commit 0670171
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ Subscribe to a message.
* [`priority`]: Priority relative to other subscriptions for the same message. Lower values have higher priority. Default is 10.

> Returning `false` from a subscription will prevent any additional subscriptions from being invoked and will cause `amplify.publish` to return `false`.
 

amplify.unsubscribe( string topic, function callback )

Remove a subscription.

* `topic`: The topic being unsubscribed from.
* `callback`: The callback that was originally subscribed.

 

amplify.publish( string topic, ... )

Expand Down

0 comments on commit 0670171

Please sign in to comment.