From f2f6dd2219b40043975c54898930676de8e27c1e Mon Sep 17 00:00:00 2001 From: Robin Lambertz Date: Mon, 8 Mar 2021 16:09:33 +0100 Subject: [PATCH] docs: Fix path to plugins in readme. (#199) Typing is hard. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f956d740c..6a40b1fda 100644 --- a/README.md +++ b/README.md @@ -188,7 +188,7 @@ Patterns: /usr/share/imhex/patterns Pattern Includes: /usr/share/imhex/includes Magic files: /usr/share/imhex/magic Python: /usr/share/imhex/lib/pythonX.X -Plugins: /usr/share/imhex/imhex/plugins +Plugins: /usr/share/imhex/plugins Configuration: /etc/xdg/imhex/config Resources: /usr/share/imhex/resources ```