Skip to content

Commit 86b0242

Browse files
committed
read updated
1 parent e95d4cd commit 86b0242

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Built for **React Router DOM** + **Vite** — simple, fast, familiar.
3737

3838
Try it on StackBlitz:
3939

40-
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/edit/react-next-router-example?file=src%2Fmain.jsx)
40+
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/edit/react-next-router?file=src%2Fmain.jsx)
4141

4242
---
4343

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"types": "dist/index.d.ts",
88
"type": "module",
99
"scripts": {
10-
"example": "vite",
10+
"dev": "vite",
1111
"format": "prettier --write .",
1212
"rollup": "rm -rf dist && rollup -c --bundleConfigAsCjs",
1313
"patch": "npm version patch"
@@ -55,4 +55,4 @@
5555
"lucide-react": "^0.523.0",
5656
"tailwindcss": "^4.1.10"
5757
}
58-
}
58+
}

0 commit comments

Comments
 (0)