From 0a762e92ab8b75c56735674fa7ca7d5be9c75436 Mon Sep 17 00:00:00 2001 From: yamadapc Date: Wed, 30 Jul 2014 20:11:12 -0300 Subject: [PATCH] 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). --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e883966..9e42d97 100644 --- a/README.md +++ b/README.md @@ -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() {