Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
Add missing command in README (#692)
Browse files Browse the repository at this point in the history

* Update README.md
  • Loading branch information
djoq authored and daviddias committed Dec 30, 2016
1 parent 5872f9e commit f2e9769
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ Every IPFS instance also exposes the libp2p API at `ipfs.libp2p`. The formal int
```sh
# run all the interop tsts
> npm test:interop
> npm run test:interop

# run just IPFS interop tests in Node.js using one go-ipfs daemon and one js-ipfs daemon
> npm run test:interop:node
Expand All @@ -262,7 +262,7 @@ Every IPFS instance also exposes the libp2p API at `ipfs.libp2p`. The formal int
```sh
# run all the interop tsts
> npm test:benchmark
> npm run test:benchmark

# run just IPFS benchmarks in Node.js
> npm run test:benchmark:node
Expand Down

0 comments on commit f2e9769

Please sign in to comment.