diff --git a/README.md b/README.md index 21d0ee2..b43b7f9 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ In order to remove a file from a commit, do the following: ```sh $ git checkout HEAD^ myfile -$ git add -A +$ git add myfile $ git commit --amend ```