From f2e9769f7408bf7e07ebc7bcc5586d75357bd688 Mon Sep 17 00:00:00 2001 From: "Daniel J. O'Quinn" Date: Fri, 30 Dec 2016 06:07:23 -0500 Subject: [PATCH] Add missing command in README (#692) * Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0d37240c2f..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 @@ -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