Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
docs: update config key name (#4)
Browse files Browse the repository at this point in the history
Fix typo - `contentRouters` not `contentRouting`
  • Loading branch information
achingbrain committed May 19, 2023
1 parent a585c56 commit bc575bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import { createLibp2p } from 'libp2p'
import { ipniContentRouting } from '@libp2p/ipni-content-routing'

const node = await createLibp2p({
contentRouting: [
contentRouters: [
ipniContentRouting('https://cid.contact')
]
//.. other config
Expand Down

0 comments on commit bc575bf

Please sign in to comment.