Skip to content

Commit

Permalink
docs: fix test commands for npm and pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
faustbrian committed Oct 8, 2019
1 parent 6d839a1 commit 2608719
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -39,7 +39,7 @@ pnpm add @arkecosystem/utils
### npm

```sh
npm run test:coverage -- --coverage
npm run test -- --coverage
```

### yarn
Expand All @@ -51,7 +51,7 @@ yarn test --coverage
### pnpm

```sh
pnpm run test:coverage -- --coverage
pnpm run test -- --coverage
```

## Benchmark
Expand Down

0 comments on commit 2608719

Please sign in to comment.