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

Commit fa29592

Browse files
authored
docs: improve browserify example readme (#2769)
1 parent 1caab7a commit fa29592

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/browser-browserify/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# Bundle js-ipfs with Browserify!
22

3-
> In this example, you will find a boilerplate you can use to guide yourself into bundling js-ipfs with browserify, so that you can use it in your own web app!
3+
In this example, you will find a boilerplate you can use to guide yourself into bundling js-ipfs with [browserify](http://browserify.org/), so that you can use it in your own web app!
44

55
## Run this example
66

7+
First install dependencies in the project root directory with `npm install`, then build the browser bundle with `npm run build`. Then in this directory run:
8+
79
```bash
810
> npm install
911
> npm start

0 commit comments

Comments
 (0)