diff --git a/plugins/examples/discord-rich-presence/README.md b/plugins/examples/discord-rich-presence/README.md index 8cb97224a..80b12166f 100644 --- a/plugins/examples/discord-rich-presence/README.md +++ b/plugins/examples/discord-rich-presence/README.md @@ -59,7 +59,7 @@ clientID, users, err := d.getConfig(ctx) Add the following to `navidrome.toml` and adjust for your tokens: ```toml -[PluginSettings.discord-rich-presence] +[PluginConfig.discord-rich-presence] ClientID = "123456789012345678" Users = "alice:token123,bob:token456" ```