Skip to content

Commit daaa855

Browse files
committed
Fixed commands in chat example readme
1 parent 68e00f4 commit daaa855

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/chat/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# socketio-p2p chat example
22

3-
To start, `cd` to this directory and run the following.
3+
To start, `cd` to this directory (`examples/chat`) and run the following.
44

55
```
6-
browserify examples/chat/src/index.js -o examples/chat/bundle.js
6+
browserify src/index.js -o bundle.js
77
node server.js
88
```

0 commit comments

Comments
 (0)