diff --git a/README.md b/README.md index 2f38e29..fa12560 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,9 @@ generated file by hand. ## Usage +Create a WebKit block list `output.json` from the Adblock Plus filter list `input.txt`: ``` -node abp2blocklist.js < easylist.txt > easylist.json +node abp2blocklist.js < input.txt > output.json ``` ## Tests