Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
moteus committed May 30, 2016
2 parents d0fa4d8 + 3a09042 commit c323529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -56,7 +56,7 @@ server.on('A', test);
server.on('A', test);
server.emit('A') // `test` called twice
```
3. If event has wildcard followed by soem value then mult-level wildcard does not works
3. If event has wildcard followed by some value then mult-level wildcard does not works
```JS
server.on('foo.**', test);
server.emit('foo.*') // called
Expand Down

0 comments on commit c323529

Please sign in to comment.