From 5b690c0a6678ec6adce62056114d4aee276093b9 Mon Sep 17 00:00:00 2001 From: Tanner Linsley Date: Fri, 24 Jun 2022 08:31:23 -0600 Subject: [PATCH] docs: fix examples --- README.md | 3 ++- docs/src/pages/examples/basic.mdx | 2 +- docs/src/pages/examples/custom-hooks.mdx | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9f9b8956e0..52a25e18d4 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ Enjoy this library? Try the entire [TanStack](https://tanstack.com)! [React Tabl Still on **React Query v2**? No problem! Check out the v2 docs here: https://react-query-v2.tanstack.com/.
Would you like to try **React Query v4beta**? Check out the v4 beta docs here: https://react-query-beta.tanstack.com/. + ## Quick Features - Transport/protocol/backend agnostic data fetching (REST, GraphQL, promises, whatever!) @@ -94,4 +95,4 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! - + diff --git a/docs/src/pages/examples/basic.mdx b/docs/src/pages/examples/basic.mdx index 6b779efa33..40e6cc20a6 100644 --- a/docs/src/pages/examples/basic.mdx +++ b/docs/src/pages/examples/basic.mdx @@ -8,7 +8,7 @@ toc: false - [View Source](https://github.com/tannerlinsley/react-query/tree/main/examples/basic)