From 9128eca02b07df01def31d0e8ed090e1c0f30db1 Mon Sep 17 00:00:00 2001 From: Thomas Pelletier Date: Mon, 25 Feb 2013 10:59:35 +0100 Subject: [PATCH] Fixes #1 : correct source layout --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a7eb04..1441d6b 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,14 @@ Go library for the [TOML](https://github.com/mojombo/toml) format. This library supports TOML version [e3656ad493400895f4460f1244a25f8f8e31a32a](https://github.com/mojombo/toml/tree/e3656ad493400895f4460f1244a25f8f8e31a32a) +## Import -[Documentation](http://godoc.org/github.com/pelletier/go-toml/src/toml) + import "github.com/pelletier/go-toml" + +## Documentation + +The documentation is available at +[godoc.org](http://godoc.org/github.com/pelletier/go-toml/src/toml). ## Contribute