Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
ifandelse committed Apr 24, 2012
1 parent 2db4331 commit e2155cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ channel.publish( { name: "Dr. Who" } );
subscription.unsubscribe();
```

### Subscribing to a wildcard topic using \#
### Subscribing to a wildcard topic using #

The `#` symbol represents "one word" in a topic (i.e - the text between two periods of a topic). By subscribing to `"#.Changed"`, the binding will match `Name.Changed` & `Location.Changed` but *not* `Changed.Companion`.

Expand Down

0 comments on commit e2155cc

Please sign in to comment.