Skip to content

Commit

Permalink
README.md: Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
xqq committed Jul 17, 2021
1 parent a2364bc commit a211168
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ npm install --save flv.js

## Build
```bash
npm ci # install dependencies / dev-dependences
npm run dev # watch file change and build debug version on the fly
npm ci # install dependencies / dev-dependences
npm run build:debug # debug version flv.js will be emitted to /dist
npm run build # minimized release version flv.min.js will be emitted to /dist
```

[cnpm](https://github.com/cnpm/cnpm) mirror is recommended if you are in Mainland China.
Expand Down Expand Up @@ -77,9 +78,8 @@ See [api.md](docs/api.md)

## Debug
```bash
npm ci # install dependencies / dev-dependences
npm run build:debug # debug version flv.js will be emitted to /dist
npm run build # minimized release version flv.min.js will be emitted to /dist
npm ci # install dependencies / dev-dependences
npm run dev # watch file changes and build debug version on the fly
```

## Design
Expand Down

0 comments on commit a211168

Please sign in to comment.