diff --git a/docs/guides/nwaku/config-options.md b/docs/guides/nwaku/config-options.md index b07e56ca..1759453a 100644 --- a/docs/guides/nwaku/config-options.md +++ b/docs/guides/nwaku/config-options.md @@ -67,7 +67,7 @@ Here are the available node configuration options, along with their default valu | `staticnode` | | Peer multiaddr to directly connect with. Argument may be repeated | | `keep-alive` | `false` | Enable keep-alive for idle connections: true\|false | | `pubsub-topic` | | Default pubsub topic to subscribe to. Argument may be repeated. Deprecated! Please use `shard` and/or `content-topic` instead | -| `shard` | | Shard to subscribe to. Argument may be repeated | +| `shard` | | Shard to subscribe to. Argument may be repeated | | `content-topic` | | Default content topic to subscribe to. Argument may be repeated | | `reliability` | `false` | Enable experimental reliability protocol true\|false |