Commit 1da3a8c6 authored by Mark Otto's avatar Mark Otto

Merge pull request #12001 from soundarapandian/fix_typo_contributing

Use correct directory name for bootstrap contribution
parents 04ec4354 8b564f9e
...@@ -106,7 +106,7 @@ included in the project: ...@@ -106,7 +106,7 @@ included in the project:
# Clone your fork of the repo into the current directory # Clone your fork of the repo into the current directory
git clone https://github.com/<your-username>/bootstrap.git git clone https://github.com/<your-username>/bootstrap.git
# Navigate to the newly cloned directory # Navigate to the newly cloned directory
cd html5-boilerplate cd bootstrap
# Assign the original repo to a remote called "upstream" # Assign the original repo to a remote called "upstream"
git remote add upstream https://github.com/twbs/bootstrap.git git remote add upstream https://github.com/twbs/bootstrap.git
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment