diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 28be47f4..ab5413fd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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//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 ```