Skip to content

Commit ef5becb

Browse files
committed
Update README.md
1 parent 2a31f8d commit ef5becb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,10 @@ This library is being built and maintained by me, @tannerlinsley and I am always
207207
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
208208
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
209209

210+
210211
- [Installation](#installation)
211212
- [Defaults to keep in mind](#defaults-to-keep-in-mind)
213+
- [Quick Start](#quick-start)
212214
- [Queries](#queries)
213215
- [Query Keys](#query-keys)
214216
- [Query Key Variables](#query-key-variables)
@@ -229,9 +231,10 @@ This library is being built and maintained by me, @tannerlinsley and I am always
229231
- [Initial Data from Cache](#initial-data-from-cache)
230232
- [SSR & Initial Data](#ssr--initial-data)
231233
- [Suspense Mode](#suspense-mode)
234+
- [Resetting Error Boundaries](#resetting-error-boundaries)
232235
- [Fetch-on-render vs Fetch-as-you-render](#fetch-on-render-vs-fetch-as-you-render)
233236
- [Canceling Query Requests](#canceling-query-requests)
234-
- [Using a Defualt Query Function](#using-a-default-query-function)
237+
- [Using a Defualt Query Function](#using-a-defualt-query-function)
235238
- [Mutations](#mutations)
236239
- [Basic Mutations](#basic-mutations)
237240
- [Mutation Variables](#mutation-variables)
@@ -247,7 +250,6 @@ This library is being built and maintained by me, @tannerlinsley and I am always
247250
- [Window-Focus Refetching](#window-focus-refetching)
248251
- [Custom Window Focus Event](#custom-window-focus-event)
249252
- [Ignoring Iframe Focus Events](#ignoring-iframe-focus-events)
250-
- [Custom Query Key Serializers (Super-duper Advanced)](#custom-query-key-serializers-super-duper-advanced)
251253
- [React Query Devtools](#react-query-devtools)
252254
- [API](#api)
253255
- [`useQuery`](#usequery)

0 commit comments

Comments
 (0)