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

Commit bb798a4

Browse files
authoredMay 19, 2023
docs: update config key name (#3)
Fix typo - `contentRouters` not `contentRouting`
1 parent 94c23bf commit bb798a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ import { createLibp2p } from 'libp2p'
3737
import { reframeContentRouting } from '@libp2p/reframe-content-routing'
3838

3939
const node = await createLibp2p({
40-
contentRouting: [
40+
contentRouters: [
4141
reframeContentRouting('https://cid.contact/reframe')
4242
]
4343
//.. other config

0 commit comments

Comments
 (0)