mirror of
https://github.com/opdavies/gmail-filter-builder.git
synced 2025-09-03 20:25:33 +01: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