From e7f09e9d5e4216e10d074e3c6d826f1eed97c7d3 Mon Sep 17 00:00:00 2001 From: Jon Mountjoy Date: Tue, 11 Sep 2018 16:16:45 +0100 Subject: [PATCH] use https instead of ssh for git instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0567cf5..91cce78 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This application supports the [Getting Started with Node on Heroku](https://devc Make sure you have [Node.js](http://nodejs.org/) and the [Heroku CLI](https://cli.heroku.com/) installed. ```sh -$ git clone git@github.com:heroku/node-js-getting-started.git # or clone your own fork +$ git clone https://github.com/heroku/node-js-getting-started.git # or clone your own fork $ cd node-js-getting-started $ npm install $ npm start