Skip to content

Commit 271b617

Browse files
committed
Readme fix
1 parent 807215d commit 271b617

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Integrates [apollo](http://www.apollostack.com/) in your vue components with dec
1313
- [Query with parameters](#query-with-parameters)
1414
- [Reactive parameters](#reactive-parameters)
1515
- [Advanced options](#advanced-options)
16-
- [Reactive Query Example](#reactive-query-example)
16+
- [Reactive Query Example](#reactive-query-example)
1717
- [Mutations](#mutations)
1818
- [Subscriptions](#subscriptions)
1919
- [Pagination with `fetchMore`](#pagination-with-fetchMore)
@@ -348,7 +348,7 @@ If you use `ES2015`, you can also write the `update` like this:
348348
update: data => data.ping
349349
```
350350

351-
### Reactive Query Example
351+
#### Reactive Query Example
352352

353353
Here is a reactive query example using polling:
354354

0 commit comments

Comments
 (0)