aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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 7fbda06..d9d9aef 100644
--- a/README.md
+++ b/README.md
@@ -89,7 +89,7 @@ fmt.Printf(color.GreenString("Info:"), "an important message." )
```go
// Use handy standard colors.
-color.Set(collor.FgYellow)
+color.Set(color.FgYellow)
fmt.Println("Existing text will be now in Yellow")
fmt.Printf("This one %s\n", "too")