Skip to content

Commit 24b6210

Browse files
authored
Fix minor typo in README and add .vinxi & .output to gitignored files (#53)
Just a bit of grammar police :-)
1 parent 9d608db commit 24b6210

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Create React App for TanStack Router
22

3-
This CLI applications builds Tanstack Router applications that are the functional equivalent of [Create React App](https://create-react-app.dev/).
3+
This CLI application builds Tanstack Router applications that are the functional equivalent of [Create React App](https://create-react-app.dev/).
44

55
To help accelerate the migration away from `create-react-app` we created the `create-tsrouter-app` CLI which is a plug-n-play replacement for CRA.
66

templates/react/base/_dot_gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ node_modules
33
dist
44
dist-ssr
55
*.local
6+
.output
7+
.vinxi

0 commit comments

Comments
 (0)