From fdcabdcbbc1a1189d0cd62605a0fa65898defcfa Mon Sep 17 00:00:00 2001 From: Tom Ciborski Date: Sat, 29 Dec 2018 08:26:31 +0100 Subject: [PATCH] Fix git->git clone typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 530d3de..a356f39 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ To get started with developing this repo first ```bash -git https://github.com/Hitscotty/nga-api.git && cd nga-api +git clone https://github.com/Hitscotty/nga-api.git && cd nga-api npm install ```