Skip to content

Commit 81aeea5

Browse files
committed
Readme: subscriptions
1 parent 1e91fee commit 81aeea5

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,7 @@ Vue.use(VueApollo, {
3131
apolloClient,
3232
});
3333

34-
// The Vue app is now Apollo-enabled!
35-
36-
import App from './App.vue'
37-
38-
new Vue({
39-
el: '#app',
40-
render: h => h(App)
41-
});
34+
// Your Vue app is now Apollo-enabled!
4235
```
4336

4437
### Usage in components

0 commit comments

Comments
 (0)