Skip to content

Commit 4432d5f

Browse files
committed
Update README to use qml.v1
qml.v0 seems to be deprecated and doesn't work with the latest Go 1.3.1. Updating the README to reflect this.
1 parent 9031cc6 commit 4432d5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Then, force brew to "link" qt5 (this makes it available under /usr/local):
122122

123123
And finally, fetch and install go-qml:
124124

125-
$ go get gopkg.in/qml.v0
125+
$ go get gopkg.in/qml.v1
126126

127127

128128
Requirements on Windows

0 commit comments

Comments
 (0)