Skip to content

Commit bca8b50

Browse files
authored
Update README.md
1 parent 7ba729b commit bca8b50

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ Windows, Unix-systems and MacOS are supported. For Windows, you'll need to call
1010

1111
# Installation
1212

13-
(If you have a very old copy of the English tutorial, please rename `1-js/05-data-types/09-destructuring-assignment/1-destructuring-assignment` to `1-js/05-data-types/09-destructuring-assignment/1-destruct-user`).
14-
15-
1613
1. Install [Git](https://git-scm.com/downloads) and [Node.JS](https://nodejs.org).
1714

1815
These are required to update and run the project.
@@ -120,13 +117,15 @@ It does not "watch" tutorial text, but it reloads the server after code changes.
120117
121118
Again, that's for developing the server code itself, not writing the tutorial.
122119
123-
# TroubleShooting
120+
# Troubleshooting
121+
122+
If you have a very old copy of the English tutorial, please rename `1-js/05-data-types/09-destructuring-assignment/1-destructuring-assignment` to `1-js/05-data-types/09-destructuring-assignment/1-destruct-user`.
124123
125-
If something doesn't work – [file an issue](https://github.com/iliakan/javascript-tutorial-server/issues/new).
124+
Please ensure you have Node.js version 10+ (`node -v` shows the version).
126125
127-
Please mention OS and Node.js version.
126+
If it still doesn't work – [file an issue](https://github.com/iliakan/javascript-tutorial-server/issues/new). Please mention OS and Node.js version,
128127
129-
Also please pull the very latest git code and install latest Node.js modules before publishing an issue.
128+
Please pull the very latest git code and install latest NPM modules before publishing an issue.
130129
131130
--
132131
Ilya Kantor

0 commit comments

Comments
 (0)