From f0800704538e63c00b60eaa40b6e4c3ce412050a Mon Sep 17 00:00:00 2001 From: Mm2PL Date: Mon, 6 Feb 2023 22:47:59 +0100 Subject: [PATCH] Apply Nerixyz's documentation suggestion Co-authored-by: nerix --- docs/wip-plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/wip-plugins.md b/docs/wip-plugins.md index b12893fde..664b03ab0 100644 --- a/docs/wip-plugins.md +++ b/docs/wip-plugins.md @@ -11,7 +11,7 @@ Chatterino searches for plugins in the `Plugins` directory in the app data, righ Each plugin should have its own directory. ``` -Chatterino dir/ +Chatterino Plugins dir/ └── plugin_name/ ├── init.lua └── info.json