]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Use correct directory name for bootstrap contribution 12001/head
authorsoundarapandian <soundar.rathinasamy@gmail.com>
Tue, 24 Dec 2013 10:35:19 +0000 (16:05 +0530)
committersoundarapandian <soundar.rathinasamy@gmail.com>
Tue, 24 Dec 2013 10:35:19 +0000 (16:05 +0530)
CONTRIBUTING.md

index fbafd25b29bc04e7bae38d2f2997a47b4b7a9e5e..338795ec94a248dd3beed9b8f916c7d24a1aa24b 100644 (file)
@@ -106,7 +106,7 @@ included in the project:
    # Clone your fork of the repo into the current directory
    git clone https://github.com/<your-username>/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
    ```