diff --git a/README.md b/README.md index 14dc0c5..c6081e0 100644 --- a/README.md +++ b/README.md @@ -751,7 +751,7 @@ $ git fsck --unreachable | grep tag Make a note of the tag's hash. Then, restore the deleted tag with following, making use of git's [update-ref](http://git-scm.com/docs/git-update-ref): ```sh -git update-ref refs/tags/NAME +git update-ref refs/tags/ ``` Your tag should now have been restored.