diff --git a/docs/guides/nwaku/config-options.md b/docs/guides/nwaku/config-options.md index 1759453..819119c 100644 --- a/docs/guides/nwaku/config-options.md +++ b/docs/guides/nwaku/config-options.md @@ -66,7 +66,7 @@ Here are the available node configuration options, along with their default valu | `rln-relay-bandwidth-threshold` | `0 # to maintain backwards compatibility` | Message rate in bytes/sec after which verification of proofs should happen | | `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 | +| `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 | | `content-topic` | | Default content topic to subscribe to. Argument may be repeated | | `reliability` | `false` | Enable experimental reliability protocol true\|false |