Skip to content

Commit

Permalink
Merge pull request #54 from hackebrot/fix-syntax-on-readme
Browse files Browse the repository at this point in the history
Fix syntax in FprintFunc example code
  • Loading branch information
fatih authored Jan 13, 2017
2 parents e8e01ee + e6b60f9 commit 42c364b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ blue(myWriter, "important notice: %s", stars)

// Mix up with multiple attributes
success := color.New(color.Bold, color.FgGreen).FprintlnFunc()
success(myWriter, don't forget this...")
success(myWriter, "Don't forget this...")
```

### Insert into noncolor strings (SprintFunc)
Expand Down

0 comments on commit 42c364b

Please sign in to comment.