diff --git a/yaml/README.md b/yaml/README.md index 3a192186511c55d37ce174658a8fb1fac43a6526..a1ce61f996616ca1a671af55f84c375aa6780980 100644 --- a/yaml/README.md +++ b/yaml/README.md @@ -4,24 +4,24 @@ 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 - package main + package main - import "github.com/xiam/gosexy/yaml" + import "github.com/xiam/gosexy/yaml" - func main() { - settings := yaml.New() - defer settings.Write("test.yaml") - settings.Set("success", true) - } + func main() { + settings := yaml.New() + defer settings.Write("test.yaml") + settings.Set("success", true) + } ## Documentation You can read ``gosexy/yaml`` documentation from a terminal - $ go doc github.com/xiam/gosexy/yaml + $ go doc github.com/xiam/gosexy/yaml Or you can [browse it](http://go.pkgdoc.org/github.com/xiam/gosexy/yaml) online.