diff options
author | Teddy Wing | 2018-11-21 08:24:39 +0100 |
---|---|---|
committer | Teddy Wing | 2018-11-21 08:24:39 +0100 |
commit | 1a707ca2bbef6ff6fcd764333233116b584831a5 (patch) | |
tree | 18fd6f35803fab0e7f1c095715eb8c4d7a812e9e /README.md | |
parent | 11cb5c509c7680129b7e7d9c4b25525304f46e45 (diff) | |
download | Word-Count-master.tar.bz2 |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..a032fb7 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +Word Count +========== + +Counts the number of characters, words, and paragraphs in the topmost TextEdit +document. + + + + +## Install +Download the app from the [releases][1] page. Unzip it and drag it to the +`Applications` folder. + +Word Count is designed to work on Mac OS X 10.6 and later. + + +## License +Copyright © 2018 Teddy Wing. Licensed under the GNU GPLv3+ (see the included +COPYING file). + + +[1]: https://github.com/teddywing/Word-Count/releases |