From 90b99619c2eff28a62a336ab21e948100465ef81 Mon Sep 17 00:00:00 2001 From: Rob Hoelz Date: Sun, 10 Feb 2013 19:39:15 +0100 Subject: Fix example in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6a60906..9dbff58 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,9 @@ Usage print(term.isatty(io.stdout)) -- true if standard output goes to the terminal - print(color.red 'hello') - print(color.red .. 'hello' .. color.reset) - print(color.red, 'hello', color.reset) + print(colors.red 'hello') + print(colors.red .. 'hello' .. colors.reset) + print(colors.red, 'hello', colors.reset) -- The following functions take an optional IO handle (like io.stdout); -- io.stdout is the default if you don't specify one -- cgit v1.2.3-55-g6feb