Fixes #1 : correct source layout
diff --git a/README.md b/README.md
index 5a7eb04..1441d6b 100644
--- a/README.md
+++ b/README.md
@@ -4,8 +4,14 @@
 
 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