Skip to content

Commit

Permalink
Update quick-start.md: "Tenstack Ranger," not "Tenstack Router" (#82)
Browse files Browse the repository at this point in the history
The quick-start documentation uses the word "Router" as though it is the documentation for the "TanStack Router" library.
  • Loading branch information
romeopeter authored Dec 13, 2023
1 parent 686f48a commit b1727ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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.

0 comments on commit b1727ce

Please sign in to comment.