From 35dd675012ec58ba57f4e7fd09d48d8cf0aea6fd Mon Sep 17 00:00:00 2001 From: Kartikeyan Date: Mon, 2 May 2022 14:29:27 +0530 Subject: [PATCH] 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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a88a1b0c..b556a7f08 100644 --- a/README.md +++ b/README.md @@ -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: