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

Commit b1a2713

Browse files
authored
docs: correct build step name (#3213)
build script doesn't exist, it's bundle
1 parent 7aba835 commit b1a2713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/browser-exchange-files/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ First clone this repo, install dependencies in the project root and build the pr
5050
$ git clone https://github.com/ipfs/js-ipfs.git
5151
$ cd js-ipfs
5252
$ npm install
53-
$ npm run build
53+
$ npm run bundle
5454
```
5555

5656
## Running the example

0 commit comments

Comments
 (0)