Skip to content

Commit

Permalink
More README tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
niemeyer committed Mar 5, 2014
1 parent 5e76f7c commit 77373ee
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit 77373ee

Please sign in to comment.