From: soundarapandian Date: Tue, 24 Dec 2013 10:35:19 +0000 (+0530) Subject: Use correct directory name for bootstrap contribution X-Git-Tag: v3.1.0~136^2~31^2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F12001%2Fhead;p=thirdparty%2Fbootstrap.git Use correct directory name for bootstrap contribution --- 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 ```