diff --git a/README.md b/README.md index 8363544..53422d6 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@

- Create/update git tags via GitHub API. + Easily create/update one or more Git tags in a GitHub repository.

@@ -23,11 +23,12 @@

-A simple action to easily create/update one or more tags in a GitHub repository. - Generally useful for moving major (`v1`) and minor (`v1.2`) tags to same commit -as the latest `v1.x.x` tag. This action uses itself to move it's own major and -minor tags. +as the latest `v1.x.x` tag. + +This action +[uses itself](https://github.com/jimeh/update-tags-action/blob/main/.github/workflows/ci.yml) +to move its own major and minor tags. ## Examples