diff --git a/guide/english/nodejs/socket.io/index.md b/guide/english/nodejs/socket.io/index.md index da7bd3bd97..28b5711f85 100644 --- a/guide/english/nodejs/socket.io/index.md +++ b/guide/english/nodejs/socket.io/index.md @@ -12,7 +12,7 @@ To get a taste of what is possible, Socket.io provides two demos to show it's po ### Get Started -Since Socket.io is a Node.js library you have to make sure that Node.js is installed. +Since Socket.io is a Node.js library, you have to make sure that Node.js is installed on your computer. If it's not set up yet get the latest version at [Nodejs.org](https://nodejs.org/) #### macOS