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
Copy file name to clipboardexpand all lines: README.md
+2-6
Original file line number
Diff line number
Diff line change
@@ -43,10 +43,6 @@
43
43
$ npm i is-ipfs
44
44
```
45
45
46
-
## Lead Maintainer
47
-
48
-
[Marcin Rataj](https://github.com/lidel)
49
-
50
46
```bash
51
47
$ npm install --save is-ipfs
52
48
```
@@ -56,7 +52,7 @@ $ npm install --save is-ipfs
56
52
The code published to npm that gets loaded on require is in fact an ES5 transpiled version with the right shims added. This means that you can require it and use with your favorite bundler without having to adjust asset management process.
57
53
58
54
```js
59
-
constisIPFSfrom 'is-ipfs')
55
+
import*asisIPFSfrom'is-ipfs'
60
56
```
61
57
62
58
### In the Browser through `<script>` tag
@@ -72,7 +68,7 @@ Loading this module through a script tag will make the `IsIpfs` obj available in
0 commit comments