Skip to content

Commit 277ef57

Browse files
authored
Merge pull request javascript-tutorial#26 from lex111/patch-1
Improve README.md
2 parents 9e53da6 + 08c119b commit 277ef57

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This is a standalone server for the javascript tutorial https://javascript.info.
66

77
You can use it to run the tutorial locally and translate it into your language.
88

9-
Windows, Unix-systems and MacOS are supported. For Windows, you'll need to call scripts with ".cmd" extension, that are present in the code alongside with Unix versions.
9+
Windows, Unix systems and macOS are supported. For Windows, you'll need to call scripts with ".cmd" extension, that are present in the code alongside with Unix versions.
1010

1111
# Installation
1212

@@ -47,7 +47,7 @@ Windows, Unix-systems and MacOS are supported. For Windows, you'll need to call
4747
4848
```
4949
cd /js
50-
git clone https://github.com/iliakan/en.javascript.info
50+
git clone https://github.com/javascript-tutorial/en.javascript.info
5151
```
5252
5353
6. Run the site
@@ -124,7 +124,7 @@ If you have a very old copy of the English tutorial, please rename `1-js/05-data
124124
125125
Please ensure you have Node.js version 10+ (`node -v` shows the version).
126126
127-
If it still doesn't work – [file an issue](https://github.com/javascript-tutorial/server/issues/new). Please mention OS and Node.js version,
127+
If it still doesn't work – [file an issue](https://github.com/javascript-tutorial/server/issues/new). Please mention OS and Node.js version.
128128
129129
Please pull the very latest git code and install latest NPM modules before publishing an issue.
130130

0 commit comments

Comments
 (0)