From 77373ee937410eceadc4dc64b1100d897ed593d0 Mon Sep 17 00:00:00 2001 From: Gustavo Niemeyer Date: Wed, 5 Mar 2014 16:16:10 -0300 Subject: [PATCH] More README tweaks. --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7a84ec3d..9f68c5d7 100644 --- a/README.md +++ b/README.md @@ -3,14 +3,12 @@ This package is a pure port of the [libyaml](http://pyyaml.org/wiki/LibYAML) C library for the Go language. -Import path ------------ +The import path for the package is gonuts.org/v1/yaml. To install it, run: -The yaml package should be imported as: + go get gonuts.org/v1/yaml - * [gonuts.org/v1/yaml](https://gonuts.org/v1/yaml) +If opened in a browser, the import path leads to the API documentation: -This URL works with "go get", and it leads to the package documentation -if opened with a browser. + * [https://gonuts.org/v1/yaml](https://gonuts.org/v1/yaml) The package API for yaml v1 will remain stable as described in [gonuts.org](https://gonuts.org).