fix small error in CONTRIBUTING docs

This commit is contained in:
Alessandro Rodi 2016-09-27 12:07:22 +02:00
parent a3e262e2b8
commit d6cccd4da0

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