From b1a2713190f325e894f52f69415a724fb3ffc8bd Mon Sep 17 00:00:00 2001 From: Subin Siby Date: Wed, 5 Aug 2020 22:00:51 +0000 Subject: [PATCH] docs: correct build step name (#3213) build script doesn't exist, it's bundle --- examples/browser-exchange-files/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/browser-exchange-files/README.md b/examples/browser-exchange-files/README.md index a5ebbb3156..a23111c236 100644 --- a/examples/browser-exchange-files/README.md +++ b/examples/browser-exchange-files/README.md @@ -50,7 +50,7 @@ First clone this repo, install dependencies in the project root and build the pr $ git clone https://github.com/ipfs/js-ipfs.git $ cd js-ipfs $ npm install -$ npm run build +$ npm run bundle ``` ## Running the example