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

Commit c0dfa05

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browser-exchange-files/README.md

+1-1
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)