Skip to content

Commit

Permalink
Fix socket name in app
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan committed Nov 21, 2016
1 parent 32840e6 commit a8652b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -200,9 +200,9 @@ const chat = new IO({

chat.attach( app )

app.chat.use( ... )
app.chat.on( ... )
app.chat.broadcast( ... )
app.io.use( ... )
app.io.on( ... )
app.io.broadcast( ... )
```

The attachment is configurable if you don’t want to muddy the `app` object with all your namespaces.
Expand Down

0 comments on commit a8652b1

Please sign in to comment.