From e4f900d9f3a9e6a9b4c8824d73dff98943a70e1f Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 5 Sep 2018 22:43:39 +0100 Subject: [PATCH] Separate paragraphs --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 675f353..0f3352f 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,9 @@ _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`. This defaults to a directory called `filters`, but you can specify an alternative directory name as an argument. +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`. + +This defaults to a directory called `filters`, but you can specify an alternative directory name as an argument. ## Loading Addresses from a Separate File