From 9f5ee7849de913d1a0088555bbe69fc6cbb0d61d Mon Sep 17 00:00:00 2001 From: rashilspackt Date: Mon, 31 Jul 2017 11:54:24 +0530 Subject: [PATCH] Update README.md --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 90feaf7..1e0db79 100644 --- a/README.md +++ b/README.md @@ -20,12 +20,11 @@ app.listen(3000) ``` The following is a list of the software that is required to run the examples in this book: -Chapters 1-10: Windows, macOS, or Linux. -Chapter 11: Linux or macOS (we recommend that Windows users work through -Chapter 11, Deploying Node.js, by SSH-ing into a remote Linux machine). -Node 6 or higher. In cases where the code is specific to Node 8, this is specified. -Node can be downloaded from http://nodejs.org. -Curl 7: Curl can be downloaded from http://curl.haxx.se. +* Chapters 1-10: Windows, macOS, or Linux. +* Chapter 11: Linux or macOS (we recommend that Windows users work through Chapter 11, Deploying Node.js, by SSH-ing into a remote Linux machine). +* Node 6 or higher. In cases where the code is specific to Node 8, this is specified. +* Node can be downloaded from http://nodejs.org. +* Curl 7: Curl can be downloaded from http://curl.haxx.se. ## Related Products * [Universal JavaScript with React, Node, and Redux [Video]](https://www.packtpub.com/web-development/universal-javascript-react-node-and-redux-video?utm_source=github&utm_medium=repository&utm_campaign=9781787286795)