diff --git a/README.md b/README.md new file mode 100644 index 0000000..d45dd90 --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ +# Character & Word Counter for Alfred +An Alfred Workflow that count character & word for you + +## Screenshot +TBA + +## Download +TBA + +## Usage +Keyword: `cw` + +## Development +``` +Clone the repository +``` + +Open your favourite terminal + +``` +composer install +``` + +## Credits +1. Icons by [flaticon.com](https://www.flaticon.com/free-icon/alphabet-letters-a-b-and-c_27482) +2. PHP helper class for Alfred Workflows by [joetannenbaum/alfred-workflow](https://github.com/joetannenbaum/alfred-workflow)