We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc6c73b commit 06eec63Copy full SHA for 06eec63
README.md
@@ -15,7 +15,7 @@ Integrates [apollo](http://www.apollostack.com/) in your vue components with dec
15
16
```javascript
17
import Vue from 'vue';
18
-import ApolloClient, { createNetworkInterface, addTypename } from './apollo-client';
+import ApolloClient, { createNetworkInterface, addTypename } from 'apollo-client';
19
import VueApollo from 'vue-apollo';
20
21
// Create the apollo client
0 commit comments