Skip to content

Commit a001dc8

Browse files
committed
More docs updates
1 parent 11a8727 commit a001dc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project-template/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ To run this example:
77

88
## Routing
99

10-
This project uses [TanStack Router](https://tanstack.com/router). The initial setup is a code based router. Which means that the routes are defined in code (in the src/main.tsx file). If you like you can also use a file based routing setup by following the [File Based Routing](https://tanstack.com/router/latest/docs/framework/react/guide/file-based-routing) guide.
10+
This project uses [TanStack Router](https://tanstack.com/router). The initial setup is a code based router. Which means that the routes are defined in code (in the `./src/main.tsx` file). If you like you can also use a file based routing setup by following the [File Based Routing](https://tanstack.com/router/latest/docs/framework/react/guide/file-based-routing) guide.
1111

1212
### Adding A Route
1313

0 commit comments

Comments
 (0)