Merge pull request #1094 from renuo/correct_docs

fix small error in CONTRIBUTING docs
This commit is contained in:
Federico Zivolo 2016-09-27 12:34:42 +02:00 committed by GitHub
commit d1ac86bc01

View File

@ -78,7 +78,7 @@ Adhering to the following process is the best way to get your work included in t
# Clone your fork of the repo into the current directory
git clone https://github.com/<your-username>/bootstrap-material-design.git
# Navigate to the newly cloned directory
cd bootstrap
cd bootstrap-material-design
# Assign the original repo to a remote called "upstream"
git remote add upstream https://github.com/FezVrasta/bootstrap-material-design.git
```