Skip to content

Commit 11b9486

Browse files
committed
docs: use npm install in README
1 parent b36425a commit 11b9486

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export default ({ target }: { target: HTMLDivElement | null }) => {
6363
Run the local dumi site:
6464

6565
```bash
66-
ut install
66+
npm install
6767
npm start
6868
```
6969

@@ -90,7 +90,7 @@ The hook observes the provided target element or element array with the same cal
9090
## Development
9191

9292
```bash
93-
ut install
93+
npm install
9494
npm start
9595
npm test
9696
npm run tsc

README.zh-CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export default ({ target }: { target: HTMLDivElement | null }) => {
6363
运行本地 dumi 站点:
6464

6565
```bash
66-
ut install
66+
npm install
6767
npm start
6868
```
6969

@@ -90,7 +90,7 @@ useMutateObserver(target, callback, options);
9090
## 本地开发
9191

9292
```bash
93-
ut install
93+
npm install
9494
npm start
9595
npm test
9696
npm run tsc

0 commit comments

Comments
 (0)