Skip to content

Commit 1ccc389

Browse files
fix(react-router-dev): add --save-dev command on md (#13034)
* fix(react-router-dev): add --save-dev command on md * add myself to contributors.yml
1 parent 2313e23 commit 1ccc389

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

contributors.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,3 +349,4 @@
349349
- yuleicul
350350
- zeromask1337
351351
- zheng-chuang
352+
- otabekshoyimov

packages/react-router-dev/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Dev tools and CLI for React Router that enables framework features through bundler integration like server rendering, code splitting, HMR, etc.
22

33
```sh
4-
npm install @react-router/dev
4+
npm install @react-router/dev --save-dev
55
```

0 commit comments

Comments
 (0)