aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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))
}