From 1fad61005c00907afe1ff59d70ab2fad8e7a18e2 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 15 Jan 2018 21:21:28 +0000 Subject: [PATCH] Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 16402b6..6c8347f 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ For example: ```php filters.xml` to generate the XML for the filters and export it into a file. +Run `./vendor/bin/generate-filters` to generate the XML for the filters and export it into a file. + +#### Options + +- `--input-file` - specify the name of the file containing the filters (defaults to `filters.php`). +- `--output-file` - specify the name of the output file (defaults to `filters.xml`). ### Step 4: Import the Filters