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

Commit f2e9769

Browse files
djoqdaviddias
authored andcommittedDec 30, 2016
Add missing command in README (#692)
* Update README.md
1 parent 5872f9e commit f2e9769

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ Every IPFS instance also exposes the libp2p API at `ipfs.libp2p`. The formal int
249249
250250
```sh
251251
# run all the interop tsts
252-
> npm test:interop
252+
> npm run test:interop
253253

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

267267
# run just IPFS benchmarks in Node.js
268268
> npm run test:benchmark:node

0 commit comments

Comments
 (0)
This repository has been archived.