diff --git a/README.md b/README.md index 195cb2fc..ba16574b 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Documentation ------------- The introductory documentation as well as the detailed API documentation is -available at [gopkg.in/qml.v0](http://godoc.org/gopkg.in/qml.v0). +available at [gopkg.in/qml.v1](http://godoc.org/gopkg.in/qml.v1). Installation @@ -50,7 +50,7 @@ See below for more details about getting these requirements installed in differe After the requirements are satisfied, _go get_ should work as usual: - go get gopkg.in/qml.v0 + go get gopkg.in/qml.v1 Requirements on Ubuntu @@ -138,7 +138,7 @@ Then, assuming Qt was installed under `C:\Qt5.1.1\`, set up the following enviro After reopening the shell for the environment changes to take effect, this should work: - go get gopkg.in/qml.v0 + go get gopkg.in/qml.v1 Requirements everywhere else