Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ammezie authored Nov 22, 2017
1 parent b551884 commit 2a5a6c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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.
and visit [http://localhost:3000/graphiql](http://localhost:3000/graphiql) to see the application in action.

0 comments on commit 2a5a6c6

Please sign in to comment.