From 2a5a6c63ace6cb3f6a0d49ca78c88949ba229739 Mon Sep 17 00:00:00 2001 From: Chimezie Enyinnaya Date: Wed, 22 Nov 2017 16:18:11 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8d3625b..2ba458a 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,13 @@ Tasks GraphQL server Clone the project repository by running the command below if you use SSH ``` -git@github.com:ammezie/graphql-tasks-server.git +git clone git@github.com:ammezie/graphql-tasks-server.git ``` If you use https, use this instead ``` -https://github.com/ammezie/graphql-tasks-server.git +git clone https://github.com/ammezie/graphql-tasks-server.git ``` After cloning, run: @@ -27,4 +27,4 @@ And finally, start the application: npm start ``` -and visit [http://localhost:3000/graphiql](http://localhost:3000/graphiql) to see the application in action. \ No newline at end of file +and visit [http://localhost:3000/graphiql](http://localhost:3000/graphiql) to see the application in action.