Update README.md git clone link (#2547)

* Update README.md

Updating the git clone link to adhere to github security update.https://github.blog/2021-09-01-improving-git-protocol-security-github/#no-more-unauthenticated-git

* Modified git clone cmd to ssh
This commit is contained in:
Kartikeyan 2022-05-02 14:29:27 +05:30 committed by GitHub
parent 069a22da1b
commit 35dd675012
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,7 +90,7 @@ Math.js works on any ES5 compatible JavaScript engine: node.js, Chrome, Firefox,
First clone the project from github:
git clone git://github.com/josdejong/mathjs.git
git clone git@github.com:josdejong/mathjs.git
cd mathjs
Install the project dependencies: