diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2017-08-04 17:37:10 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2017-08-04 17:37:10 +1200 |
commit | 8b67656645898040db49b394c86b8fc2d402c26c (patch) | |
tree | 27a6e16ebf599477011d9ff5973d42978fb59bf2 /README.markdown | |
parent | Add installation notes (diff) | |
download | watch-vcs-tags-8b67656645898040db49b394c86b8fc2d402c26c.tar.gz watch-vcs-tags-8b67656645898040db49b394c86b8fc2d402c26c.zip |
Correct punctuation in README
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown index 967bd91..0c72a3b 100644 --- a/README.markdown +++ b/README.markdown @@ -3,7 +3,7 @@ Scripts that given a list of repository roots as arguments look for new tags available on remote systems, and report the repository name and a tab-indented -list of new tags, if any: +list of new tags, if any. Presently only `git` is implemented (well, published). This is all implemented in POSIX `sh`, but does require a `mktemp(1)` implementation that supports the |