diff --git a/source/get-started/chat.md b/source/get-started/chat.md index e6a865c8..639beed7 100644 --- a/source/get-started/chat.md +++ b/source/get-started/chat.md @@ -83,21 +83,22 @@ And populate `index.html` with the following: Socket.IO chat - -
- -
+ +
+ + +
``` @@ -188,14 +189,14 @@ Let’s make it so that when the user types in a message, the server gets it as ``` @@ -246,17 +247,20 @@ And on the client side when we capture a `chat message` event we’ll include it ```html ```