diff --git a/README.md b/README.md
index 6b96b1999cdaf18eb0bd12d60d53696e25ed4d8f..47e7b21624916649e22b6a4d8d073091ef2db7de 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ gosexy is a general purpose framework for Go that provides sugar methods, types
 
 ## Installing gosexy
 
-Use the command line:
+Use the command line
 
   $ go get github.com/xiam/gosexy
 
diff --git a/yaml/README.md b/yaml/README.md
index 01882cbd39074f89c2d14c5bb7cdee9eee82bc77..3a192186511c55d37ce174658a8fb1fac43a6526 100644
--- a/yaml/README.md
+++ b/yaml/README.md
@@ -4,7 +4,7 @@ This package is a wrapper of [goyaml](http://launchpad.net/goyaml) that provides
 
 ## Installation
 
-	$ go get github.com/xiam/gosexy/yaml
+  $ go get github.com/xiam/gosexy/yaml
 
 ## Usage
 
@@ -24,4 +24,4 @@ You can read ``gosexy/yaml`` documentation from a terminal
 
 	$ go doc github.com/xiam/gosexy/yaml
 
-Or you can [browse it online](http://go.pkgdoc.org/github.com/xiam/gosexy/yaml).
+Or you can [browse it](http://go.pkgdoc.org/github.com/xiam/gosexy/yaml) online.