Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eusunov authored Nov 13, 2020
1 parent 433e418 commit 51f5206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ npm install --save fastify fastify-websocket fastify-redis-channels

This step implements a chat room page where a user can send/receive messages to/from other users.

It automatically creates automaticaly a chat room for everything in the root path of the URL.
It automatically creates a chat room for everything in the root path of the URL.

For example, visiting `http://localhost/room1` and `http://localhost/room2` will create chat rooms `room1` and `room2`.

Expand Down

0 comments on commit 51f5206

Please sign in to comment.