Updated README

This commit is contained in:
Jim Cowart 2012-04-23 23:34:00 -04:00
parent 2db4331840
commit e2155cc1ef

View file

@ -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`.