Update README.md
This commit is contained in:
parent
2773644b16
commit
dd49ca289d
1 changed files with 4 additions and 6 deletions
10
README.md
10
README.md
|
|
@ -16,20 +16,18 @@ Lestrade is a small Go library that allows you to print text in different colors
|
|||
|
||||
## Usage:
|
||||
```go
|
||||
|
||||
package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/BlyDoesCoding/lestrade"
|
||||
lestrade "github.com/BlyDoesCoding/Lestrade"
|
||||
)
|
||||
|
||||
func main() {
|
||||
fmt.Println(lestrade.Red("This is red text"))
|
||||
fmt.Println(lestrade.Green("This is green text"))
|
||||
fmt.Println(lestrade.Blue("This is blue text"))
|
||||
|
||||
lestrade.PrintRainbow("how are you?")
|
||||
}
|
||||
|
||||
|
||||
```
|
||||
## Contributing
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue