Fixed typos

newworkflow_parseropti
Geoffrey Frogeye 2019-11-10 18:29:16 +01:00
parent 80b23e2d5c
commit d49a7803e9
2 changed files with 3 additions and 1 deletions

View File

@ -43,6 +43,8 @@ Just to build the list, you can find an already-built list in the releases.
- seleniumwire
- dnspython
And then just run `eulaurarien.sh`.
## Contributing
### Adding websites

View File

@ -14,7 +14,7 @@ sort -u toblock.list > toblock.sorted.list
(
echo "# First party trackers"
echo "# List generated on $(date -Isec) by eulaurarian $(git describe --tags --dirty)"
echo "# List generated on $(date -Isec) by eulaurarien $(git describe --tags --dirty)"
cat toblock.sorted.list | while read host;
do
echo "0.0.0.0 $host"