Skip to content

Commit c73d4f5

Browse files
committed
Update README.md
1 parent 1109e5b commit c73d4f5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

color/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,20 @@ Style terminal text.
44

55
## Installation
66

7-
```go get github.com/labstack/gommon/color```
7+
```sh
8+
go get github.com/labstack/gommon/color
9+
```
810

911
## Windows?
1012

1113
Try [cmder](http://bliker.github.io/cmder) or https://github.com/mattn/go-colorable
1214

1315
## [Usage](https://github.com/labstack/gommon/blob/master/color/color_test.go)
1416

17+
```sh
18+
import github.com/labstack/gommon/color
19+
```
20+
1521
### Colored text
1622

1723
```go

0 commit comments

Comments
 (0)