aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMakis Maropoulos <makis@ideopod.com>2016-02-09 15:38:18 +0200
committerMakis Maropoulos <makis@ideopod.com>2016-02-09 15:38:18 +0200
commitc41098133cf6fb8a65d39b140f771431145890b7 (patch)
tree8c24fb803640211f86bc5d72978e8278bd07229b /README.md
parent51ff8e27ec8f34409074597ed1640fc7a5419751 (diff)
Fix README
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8879dea..de35e77 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ Supports all ANSI colours and emphasis. Not compatible with Windows systems.
)
func main() {
- fmt.Println(c.colourize("Hello World!", c.Green, c.Whitebg, c.Bold)
+ fmt.Println(c.Colourize("Hello World!", c.Green, c.Whitebg, c.Bold))
}