Skip to content

Commit 6f3cb73

Browse files
authored
last minute README fixes (#8)
1 parent 1fe53a0 commit 6f3cb73

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Welcome to Forge 42 base-stack
88

99
This is a base-stack for Forge 42 projects. This stack is a starting point for all Forge 42 stacks with more
10-
advanced features. This is an ESM Vite stack with Remix.run.
10+
advanced features. This is an ESM Vite stack with Remix.run / React Router v7.
1111

1212
It includes a basic setup for a project with Remix.run and:
1313
- TypeScript
@@ -20,7 +20,7 @@ It includes a basic setup for a project with Remix.run and:
2020
- Icons spritesheet generator
2121
- lefthook hooks
2222
- CI checks for quality control
23-
- remix-development-tools
23+
- react-router-devtools
2424
- Hono server
2525
- .env var handling for server and client
2626
- SEO robots.txt, sitemap-index and sitemap built in.
@@ -81,6 +81,6 @@ After it is run it will remove itself from the package.json.
8181

8282
5. Start the development server:
8383
```bash
84-
npm run dev
84+
pnpm run dev
8585
```
8686
6. Happy coding!

0 commit comments

Comments
 (0)