From 1a707ca2bbef6ff6fcd764333233116b584831a5 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Wed, 21 Nov 2018 08:24:39 +0100 Subject: Add README --- README.md | 22 ++++++++++++++++++++++ Screenshot.png | Bin 0 -> 36548 bytes 2 files changed, 22 insertions(+) create mode 100644 README.md create mode 100644 Screenshot.png 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. + +![Screenshot](Screenshot.png) + + +## 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 diff --git a/Screenshot.png b/Screenshot.png new file mode 100644 index 0000000..7cdc7c7 Binary files /dev/null and b/Screenshot.png differ -- cgit v1.2.3