mirror of
https://github.com/Hopiu/postal.js.git
synced 2026-03-16 22:20:23 +00:00
Updated README
This commit is contained in:
parent
2db4331840
commit
e2155cc1ef
1 changed files with 1 additions and 1 deletions
|
|
@ -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`.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue