You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+6-13Lines changed: 6 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -52,8 +52,7 @@ You can check the development status at the [Waffle Board](https://waffle.io/ipf
52
52
-[npm](#npm)
53
53
-[Use in Node.js](#use-in-nodejs)
54
54
-[Through command line tool](#through-command-line-tool)
55
-
-[Use in the browser with browserify, webpack or any bundler](#use-in-the-browser-with-browserify-webpack-or-any-bundler)
56
-
-[Use in a browser using a script tag](#use-in-a-browser-using-a-script-tag)
55
+
-[Use in the browser](#use-in-the-browser)
57
56
-[Usage](#usage)
58
57
-[CLI](#cli)
59
58
-[HTTP-API](#http-api)
@@ -82,7 +81,7 @@ You can check the development status at the [Waffle Board](https://waffle.io/ipf
82
81
83
82
## Install
84
83
85
-
This project is available through [npm](https://www.npmjs.com/). To install:
84
+
This project is available through [npm](https://www.npmjs.com/). To install run
86
85
87
86
```bash
88
87
> npm install ipfs --save
@@ -112,20 +111,14 @@ The CLI is available by using the command `jsipfs` in your terminal. This is ali
112
111
113
112
### Use in the browser
114
113
115
-
##### With browserify, webpack or any bundler
114
+
Learn how to bundle with browserify and webpack in the [`examples`](https://github.com/ipfs/js-ipfs/tree/master/examples) folder.
116
115
117
-
Find examples of how to do this bundling at: `https://github.com/ipfs/js-ipfs/tree/master/examples`. If you are using webpack, make sure to use version 2 or above, otherwise it won't work.
118
116
119
-
##### With script tag
120
-
121
-
Loading this module in a browser (using a `<script>` tag) makes the `Ipfs` object available in the global namespace. The last published version of the package become [available for download](https://unpkg.com/ipfs/dist/) from [unpkg](https://unpkg.com/) and thus you may use it as the source:
117
+
You can also load it using a `<script>` using the [unpkg](https://unpkg.com) CDN. Inserting one of the following lines will make a `Ipfs` object available in the global namespace.
0 commit comments