From 0d8ac58a1829619dcccc304ab6b718c3554e1988 Mon Sep 17 00:00:00 2001 From: Felix Arntz Date: Wed, 15 Jan 2025 19:41:03 -0800 Subject: [PATCH] Fix readme typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 513279d..d763b9a 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ After installing the project, you need to copy the `wp-content/mu-plugins/felixa ### Configuration -The project includes a many features, enhancements, and tweaks, some of which are more opinionated than others. You'll most certainly want to customize which features are loaded for your site and how they are configured. You can do so by tweaking your own copy of the loader file `wp-content/mu-plugins/felixarntz-mu-plugins.php`. +The project includes many features, enhancements, and tweaks, some of which are more opinionated than others. You'll most certainly want to customize which features are loaded for your site and how they are configured. You can do so by tweaking your own copy of the loader file `wp-content/mu-plugins/felixarntz-mu-plugins.php`. The class in the file contains two arrays that are intended to be modified: * The indexed array returned by the `Loader::files_allowlist()` method should contain the list of MU plugin PHP file names (i.e. features) which should be loaded.