Vishal Rana преди 10 години
родител
ревизия
c73d4f599c
променени са 1 файла, в които са добавени 7 реда и са изтрити 1 реда
  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