diff --git a/README.md b/README.md index 1b0c751..80c5b62 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,8 @@ git push -u origin master And then to update from this repo ```sh git fetch upstream -git merge upstream/HEAD --no-ff +git merge upstream/master --no-commit + ``` ### Deployment