From bc575bf635020f0febb88cede4cfa3987f38f750 Mon Sep 17 00:00:00 2001 From: Alex Potsides Date: Fri, 19 May 2023 14:46:14 +0100 Subject: [PATCH] docs: update config key name (#4) Fix typo - `contentRouters` not `contentRouting` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 866a7ba..4fc2dc5 100644 --- a/README.md +++ b/README.md @@ -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