Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed Jun 24, 2020
1 parent 2a31f8d commit ef5becb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,10 @@ This library is being built and maintained by me, @tannerlinsley and I am always
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->


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

0 comments on commit ef5becb

Please sign in to comment.