aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrey Bastian <trey.bastian@gmail.com>2016-02-16 09:42:38 +0000
committerTrey Bastian <trey.bastian@gmail.com>2016-02-16 09:42:38 +0000
commitb49acf901374aa376d7bcb81355ceb717da69e27 (patch)
tree8c24fb803640211f86bc5d72978e8278bd07229b
parent51ff8e27ec8f34409074597ed1640fc7a5419751 (diff)
parentc41098133cf6fb8a65d39b140f771431145890b7 (diff)
Merge pull request #1 from kataras/patch-1
Fix README
-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))
}