From 12b77f91eaba9992585694942bb7a12f09013b8a Mon Sep 17 00:00:00 2001 From: "Daniel J. O'Quinn" Date: Thu, 29 Dec 2016 23:34:33 -0500 Subject: [PATCH 1/2] Add missing command in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d37240c2f..fa0d698803 100644 --- a/README.md +++ b/README.md @@ -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 From 77682f90791720b12071aec282ffc7da7508eef9 Mon Sep 17 00:00:00 2001 From: "Daniel J. O'Quinn" Date: Fri, 30 Dec 2016 00:20:57 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa0d698803..7835f6f30e 100644 --- a/README.md +++ b/README.md @@ -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