diff --git a/README.md b/README.md index 17b93ca..7a57010 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ Now that our forked repository is configured to track *upstream* and we have syn 1. Create a new branch for your feature / bug fix / **docs** contributions. ``` -$ git branch my_new_branch +$ git checkout -b my_new_branch > Switched to a new branch 'my_new_branch' ```