Explorar o código

Update README.md

Vishal Rana %!s(int64=10) %!d(string=hai) anos
pai
achega
c73d4f599c
Modificáronse 1 ficheiros con 7 adicións e 1 borrados
  1. 7 1
      color/README.md

+ 7 - 1
color/README.md

@@ -4,7 +4,9 @@ Style terminal text.
 
 ## Installation
 
-```go get github.com/labstack/gommon/color```
+```sh
+go get github.com/labstack/gommon/color
+```
 
 ## Windows?
 
@@ -12,6 +14,10 @@ Try [cmder](http://bliker.github.io/cmder) or https://github.com/mattn/go-colora
 
 ## [Usage](https://github.com/labstack/gommon/blob/master/color/color_test.go)
 
+```sh
+import github.com/labstack/gommon/color
+```
+
 ### Colored text
 
 ```go