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

Commit 45c4572

Browse files
0xflotusAlan Shaw
authored andcommitted
fixed occured interoperable (#1567)
1 parent e7d1270 commit 45c4572

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ Enable and configure experimental features.
305305

306306
- `pubsub` (boolean): Enable libp2p pub-sub. (Default: `false`)
307307
- `sharding` (boolean): Enable directory sharding. Directories that have many child objects will be represented by multiple DAG nodes instead of just one. It can improve lookup performance when a directory has several thousand files or more. (Default: `false`)
308-
- `dht` (boolean): Enable KadDHT. **This is currently not interopable with `go-ipfs`.**
308+
- `dht` (boolean): Enable KadDHT. **This is currently not interoperable with `go-ipfs`.**
309309

310310
##### `options.config`
311311

@@ -352,7 +352,7 @@ const node = new IPFS({ repo: '/var/ipfs/data' })
352352
node.on('error', errorObject => console.error(errorObject))
353353
```
354354

355-
- `error` is always accompanied by an `Error` object with information about the error that ocurred.
355+
- `error` is always accompanied by an `Error` object with information about the error that occurred.
356356

357357
```js
358358
node.on('error', error => {

0 commit comments

Comments
 (0)