Updated README

This commit is contained in:
Jim Cowart 2012-04-23 23:33:02 -04:00
parent ac7a5ac120
commit 2db4331840

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