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)