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 ```