diff --git a/plugins/dictionary/README.md b/plugins/dictionary/README.md index fb8a8b1..0ae406e 100644 --- a/plugins/dictionary/README.md +++ b/plugins/dictionary/README.md @@ -12,5 +12,6 @@ Type in ``, where prefix is the configured prefix (defau // /dictionary.ron Config( prefix: ":def", + max_entries: 5, ) -``` \ No newline at end of file +```