From afa40b8dd2965b1662f466e2df6ea191b6c73cdc Mon Sep 17 00:00:00 2001 From: Subin Siby Date: Wed, 5 Aug 2020 23:24:05 +0530 Subject: [PATCH] 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