From a5e931d879b48d8a41adf4e029088508a05219fe Mon Sep 17 00:00:00 2001 From: ponce Date: Thu, 31 Jul 2014 21:30:23 +0200 Subject: [PATCH] Actually tested example. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ba602a6..344cf75 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ This package is registered in the dub registry as ## Usage ```d -import std.stdio; -import colorize; +import colorize : fg, cwriteln; +import colorize.colorize : colorize; void main() {