Skip to content

Commit 4e1d2b9

Browse files
authored
docs(vite-plugin-react-router): fix npm i typo (#478)
This might work but it's weird.
1 parent 7d58155 commit 4e1d2b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vite-plugin-react-router/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ To deploy a React Router 7+ site to Netlify, install this package:
88
## How to use
99

1010
```sh
11-
npm --save-dev install @netlify/vite-plugin-react-router
11+
npm install --save-dev @netlify/vite-plugin-react-router
1212
```
1313

1414
and include the Netlify plugin in your `vite.config.ts`:

0 commit comments

Comments
 (0)