Skip to content

Commit 06eec63

Browse files
author
Guillaume Chau
authored
Fix #5
1 parent bc6c73b commit 06eec63

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
@@ -15,7 +15,7 @@ Integrates [apollo](http://www.apollostack.com/) in your vue components with dec
1515

1616
```javascript
1717
import Vue from 'vue';
18-
import ApolloClient, { createNetworkInterface, addTypename } from './apollo-client';
18+
import ApolloClient, { createNetworkInterface, addTypename } from 'apollo-client';
1919
import VueApollo from 'vue-apollo';
2020

2121
// Create the apollo client

0 commit comments

Comments
 (0)