From b1727ce725efbfec7427c9938b65602111b4ef14 Mon Sep 17 00:00:00 2001 From: Romeo Agbor Peter Date: Wed, 13 Dec 2023 02:26:36 +0100 Subject: [PATCH] Update quick-start.md: "Tenstack Ranger," not "Tenstack Router" (#82) The quick-start documentation uses the word "Router" as though it is the documentation for the "TanStack Router" library. --- docs/quick-start.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/quick-start.md b/docs/quick-start.md index fed2fbb..16d2659 100644 --- a/docs/quick-start.md +++ b/docs/quick-start.md @@ -2,7 +2,7 @@ title: Quick Start --- -If you're feeling impatient and prefer to skip all of our wonderful documentation, here is the bare minimum to get going with TanStack Router. We'll use React for this example, but the same principles apply to other frameworks. +If you're feeling impatient and prefer to skip all of our wonderful documentation, here is the bare minimum to get going with TanStack Ranger. We'll use React for this example, but the same principles apply to other frameworks. ```tsx import React from 'react' @@ -109,4 +109,4 @@ ReactDOM.render( ``` -If you skipped this example or didn't understand something, we don't blame you, because there's so much more to learn to really take advantage of TanStack Router! Let's move on. +If you skipped this example or didn't understand something, we don't blame you, because there's so much more to learn to really take advantage of TanStack Ranger! Let's move on.