From 3c57717571d3143fc183e4d10d2467d47970f12b Mon Sep 17 00:00:00 2001 From: Tyler Benziger Date: Wed, 24 Sep 2014 09:25:54 -0700 Subject: [PATCH] Typo in git clone command Copying + pasting shell stuff didn't work because the clone's remote was incorrect. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d4c578..2c4616a 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Simple modules and components that move faster than the speed of light. Set up the project by cloning the repo, navigating into it, then installing the necessary dependencies by running: ``` - git clone git@github:mrmrs/tachyons.git yourProject + git clone git@github.com:mrmrs/tachyons.git yourProject cd yourProject rm -rf .git git init