Update the README.

It turns out the new package structure breaks the old import logic
(which sucks IMO, but I'll fix it with care).
This commit is contained in:
yamadapc 2014-07-30 20:11:12 -03:00
parent d0becf6a63
commit 0a762e92ab

View file

@ -16,7 +16,8 @@ This package is registered in the dub registry as
## Usage
```d
import std.stdio;
import colorize : colorize, fg;
import colorize : fg;
import colorize.colorize : colorize;
void main()
{