From 8b564f9e3227ffda6a978303a9edf7d86619a3a6 Mon Sep 17 00:00:00 2001 From: soundarapandian Date: Tue, 24 Dec 2013 16:05:19 +0530 Subject: [PATCH] Use correct directory name for bootstrap contribution --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fbafd25b29..338795ec94 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -106,7 +106,7 @@ included in the project: # Clone your fork of the repo into the current directory git clone https://github.com//bootstrap.git # Navigate to the newly cloned directory - cd html5-boilerplate + cd bootstrap # Assign the original repo to a remote called "upstream" git remote add upstream https://github.com/twbs/bootstrap.git ```