diff options
| author | Makis Maropoulos <makis@ideopod.com> | 2016-02-09 15:38:18 +0200 |
|---|---|---|
| committer | Makis Maropoulos <makis@ideopod.com> | 2016-02-09 15:38:18 +0200 |
| commit | c41098133cf6fb8a65d39b140f771431145890b7 (patch) | |
| tree | 8c24fb803640211f86bc5d72978e8278bd07229b | |
| parent | 51ff8e27ec8f34409074597ed1640fc7a5419751 (diff) | |
Fix README
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) } |
