Explorar el Código

Update README.md

Vishal Rana hace 10 años
padre
commit
c73d4f599c
Se han modificado 1 ficheros con 7 adiciones y 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