Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Erfan Momeni authored and Erfan Momeni committed Jun 25, 2023
1 parent f30a7fb commit 10dfbb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# colorful

colorful is a lightweight package for rendering colorful text in terminal with Go you can use this instead of **fmt**
package for having many features.
package for having many features. for seeing usages check [this](https://pkg.go.dev/github.com/erfanmomeniii/colorful).

# Documentation

Expand Down
4 changes: 2 additions & 2 deletions color.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
)

// Color
// Colors
const (
DefaultColor = ""
BlackColor = "\u001b[30m"
Expand All @@ -26,7 +26,7 @@ const (
ResetColor = "\u001b[0m"
)

// Background color
// Background colors
const (
DefaultBackgroundColor = ""
BlackBackgroundColor = "\u001b[40m"
Expand Down

0 comments on commit 10dfbb1

Please sign in to comment.