Skip to content

Commit 5eee70a

Browse files
bellbindmaschad
andauthored
docs: fix typo in websockets README (#1877)
Co-authored-by: Chad Nehemiah <chad.nehemiah94@gmail.com>
1 parent daeb43d commit 5eee70a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/transport-websockets/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ const node = await Libp2p.create({
9090
transport: [
9191
websockets({
9292
// connect to all sockets, even insecure ones
93-
filters: filters.all
93+
filter: filters.all
9494
})
9595
],
9696
streamMuxers: [

0 commit comments

Comments
 (0)