From f89b65088557f8a49054a488b5429badd8e503b8 Mon Sep 17 00:00:00 2001 From: Christopher Wells Date: Sat, 16 Jul 2016 02:20:28 -0400 Subject: [PATCH] Add link to hackage entry to readme Add a link to the project's Hackage package to the readme file. Closes #11 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index bc2dc05..9e2d2bc 100644 --- a/README.md +++ b/README.md @@ -46,5 +46,8 @@ FILEPATH -- The location to save the generated avatar at. "img/test.png" SEEDSTRING -- The string to use to generate the avatar. "Hello" ``` +## Links +* [Pixelated Avatar Generator package on Hackage](https://hackage.haskell.org/package/pixelated-avatar-generator) + ## License The source code of Pixelated Avatar Generator is available under the [MIT license](https://opensource.org/licenses/MIT), see `LICENSE` for more information.