From f80587b49363f9a18a40563ba087e0277a824207 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 5 Sep 2018 22:44:44 +0100 Subject: [PATCH] Update text --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f3352f..b20b2c9 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ _Actions you can apply to messages that match the conditions:_ ## Loading Filters from Partials -If you want to split your filters into different partials, return an array of filters from each partial and add `return Opdavies\GmailFilterBuilder\Service\Partials::load()` to `filters.php`. +If you want to split your filters into different partials, return an array of filters within each one and add `return Opdavies\GmailFilterBuilder\Service\Partials::load()` to `filters.php` to load and combine them. This defaults to a directory called `filters`, but you can specify an alternative directory name as an argument.