diff --git a/README.md b/README.md index a1ebf73..f8ebdb6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,14 @@ d-colorize ==================== -__THIS MODULE HASN'T BEEN PUBLISHED YET__ +A partial port of Ruby's [colorize](https://github.com/fazibear/colorize) +library to D. + +To put it simply, this is a simple helper for printing colored output to a +terminal. + +## Installing +This package is registered in the dub registry as colorize. ## Usage ```d diff --git a/dub.json b/dub.json index 04024b2..2d72e33 100644 --- a/dub.json +++ b/dub.json @@ -1,7 +1,7 @@ { "name": "colorize", "description": "A port of Ruby's colorize library to D.", - "version": "0.0.1", + "license": "MIT", "copyright": "Copyright © 2014, Pedro Tacla Yamada", "authors": [ "Pedro Tacla Yamada"