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

Add missing command in README #692

Merged
merged 2 commits into from
Dec 30, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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