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

Commit

Permalink
fixed occured interoperable (#1567)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xflotus authored and alanshaw committed Sep 17, 2018
1 parent e7d1270 commit 45c4572
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ Enable and configure experimental features.

- `pubsub` (boolean): Enable libp2p pub-sub. (Default: `false`)
- `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`)
- `dht` (boolean): Enable KadDHT. **This is currently not interopable with `go-ipfs`.**
- `dht` (boolean): Enable KadDHT. **This is currently not interoperable with `go-ipfs`.**

##### `options.config`

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

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

```js
node.on('error', error => {
Expand Down

0 comments on commit 45c4572

Please sign in to comment.