Merge pull request #70 from SMM-dev/patch-1

Fix remaining typo in branch creation step
This commit is contained in:
Stuart Taylor
2018-05-19 22:00:29 +01:00
committed by Mrugesh Mohapatra
parent d0b3303fe9
commit a30bf3486e

View File

@ -9,7 +9,7 @@ node | ^8.11.x
1. Fork the repo 1. Fork the repo
2. Clone locally 2. Clone locally
3. `yarn install` 3. `yarn install`
4. `git checkout branch -b <your-branch-name>` 4. `git checkout -b <your-branch-name>`
5. `cp sample.env .env` 5. `cp sample.env .env`
6. `yarn develop` 6. `yarn develop`
7. Make your changes 7. Make your changes