Skip to content

Commit 52a408a

Browse files
authored
Update README.md
1 parent 2e442ff commit 52a408a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import { OrbitProvider } from "react-orbitdb";
1717
const App = () => <OrbitProvider>...</OrbitProvider>;
1818
```
1919

20-
- `config` prop with ipfs configuration can be passer to the provider. (see the [default](./src/ipfs-config.js))
20+
- `config` prop with [ipfs configuration](https://github.com/ipfs/js-ipfs/blob/master/docs/CONFIG.md) can be passed to the provider. (see the [default](./src/ipfs-config.js))
2121

2222
## Hooks
2323

0 commit comments

Comments
 (0)