From 534150a5a8d78f9ae4682be64617b5503d32eb66 Mon Sep 17 00:00:00 2001 From: jhawk28 Date: Thu, 14 Aug 2014 10:11:59 -0400 Subject: [PATCH] update README for v1 branch --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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