Skip to content

Commit bf7fb9d

Browse files
committed
docs: use npm install in README
1 parent 1b5f8ee commit bf7fb9d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ getMiniDecimal('0.1').multi('0.2').toString(); // 0.02
5151
## Development
5252

5353
```bash
54-
ut install
54+
npm install
5555
npm test
5656
npm run lint
5757
npm run tsc

README.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ getMiniDecimal('0.1').multi('0.2').toString(); // 0.02
5151
## 本地开发
5252

5353
```bash
54-
ut install
54+
npm install
5555
npm test
5656
npm run lint
5757
npm run tsc

0 commit comments

Comments
 (0)