Skip to content

Commit 754579f

Browse files
committed
Merge pull request mgechev#61 from mgechev/Jakehp-patch-1
use https instead of ssh
2 parents 66a7fd7 + 3baa3b6 commit 754579f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ npm install
2323
- Go to the parent directory of the `javascript-algorithms` folder and call:
2424

2525
```bash
26-
git clone git@github.com:mgechev/javascript-algorithms.git javascript-algorithms-docs
26+
git clone https://github.com/mgechev/javascript-algorithms.git javascript-algorithms-docs
2727
```
2828

2929
- Go to the `javascript-algorithms-docs` folder and change current branch to `gh-pages`:
@@ -81,4 +81,4 @@ If the build is not successful fix your code in order the tests and jshint valid
8181

8282
## License
8383

84-
The code in this repository is distributed under the terms of the MIT license.
84+
The code in this repository is distributed under the terms of the MIT license.

0 commit comments

Comments
 (0)