From 36e71ca23d8138b22b0b9ff6cd6f8ccd64027ac7 Mon Sep 17 00:00:00 2001 From: Guillaume Chau Date: Mon, 2 Oct 2017 00:03:39 +0200 Subject: [PATCH] Fix subscribeToMore typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e3ecfa..506a829 100644 --- a/README.md +++ b/README.md @@ -839,7 +839,7 @@ this.$watch(() => this.type, (type, oldType) => { ### subscribe -**:warning: If you want to update a query with the result of the subscription, use `subscribeForMore`. The methods below are suitable for a 'notify' use case.** +**:warning: If you want to update a query with the result of the subscription, use `subscribeToMore`. The methods below are suitable for a 'notify' use case.** Use the `$apollo.subscribe()` method to subscribe to a GraphQL subscription that will get killed automatically when the component is destroyed: