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

docs: update config key name #3

Merged
merged 1 commit into from
May 19, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 { reframeContentRouting } from '@libp2p/reframe-content-routing'

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