Skip to content

Commit

Permalink
docs(contributing): update repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
webistomin committed Mar 18, 2021
1 parent 8be31dd commit 323c648
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Expand Up @@ -16,11 +16,11 @@ Pull requests are the greatest contributions, so be sure they are focused in sco
1. To begin, [fork this project], clone your fork, and add our upstream.
```bash
# Clone your fork of the repo into the current directory
git clone https://github.com/<your-username>/vue-socials
git clone https://github.com/<your-username>/vuetube
# Navigate to the newly cloned directory
cd vue-socials
cd vuetube
# Assign the original repo to a remote called "upstream"
git remote add upstream https://github.com/webistomin/vue-socials
git remote add upstream https://github.com/webistomin/vuetube
# Install the tools necessary for development
npm install
```
Expand Down

0 comments on commit 323c648

Please sign in to comment.