Skip to content

Commit 873865b

Browse files
author
Guillaume Chau
authored
Remove unecessary version constraint
1 parent 886fdb9 commit 873865b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Integrates [apollo](http://www.apollostack.com/) in your [Vue](http://vuejs.org)
4343

4444
Try and install this packages before server side set (of packages), add apollo to meteor.js before then, too.
4545

46-
npm install --save vue-apollo apollo-client@^0.5.0
46+
npm install --save vue-apollo apollo-client
4747

4848
In your app, create an `ApolloClient` instance and install the `VueApollo` plugin:
4949

0 commit comments

Comments
 (0)