mirror of
https://github.com/opdavies/gmail-filter-builder.git
synced 2025-11-11 21:08:45 +00:00
Update README.md
This commit is contained in:
parent
5fb73bd449
commit
7ece37479c
1 changed files with 3 additions and 5 deletions
|
|
@ -25,11 +25,9 @@ For example:
|
|||
|
||||
require_once __DIR__.'/vendor/autoload.php';
|
||||
|
||||
$filters = [];
|
||||
|
||||
// Add your filters.
|
||||
|
||||
return $filters;
|
||||
return [
|
||||
// Add your filters.
|
||||
];
|
||||
```
|
||||
|
||||
### Step 3: Generate the XML
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue