From 2db433184059ea1b5c5d64e687d7bc06bd9c5017 Mon Sep 17 00:00:00 2001 From: Jim Cowart Date: Mon, 23 Apr 2012 23:33:02 -0400 Subject: [PATCH] Updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb3e78a..0ef8242 100644 --- a/README.md +++ b/README.md @@ -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`.