fixed typo (#370)

git remote add upstream https://github.com/esphome/<REPO_NAME>.git
 # For example: git remote add upstream https://github.com/esphome/esphome.git
This commit is contained in:
amishv 2019-10-21 16:13:36 +05:30 committed by Otto Winter
parent a68032625e
commit 124602fa98

View File

@ -306,7 +306,7 @@ a fork of the repository that you can modify and create git branches on.
# Add "upstream" remote
git remote add upstream https://github.com/esphome/<REPO_NAME>.git
# For example: git clone https://github.com/esphome/esphome.git
# For example: git remote add upstream https://github.com/esphome/esphome.git
# For each patch, create a new branch from latest dev
git checkout dev