diff --git a/README.md b/README.md index 4bbc83d..b732fa9 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/eulaurarien.sh b/eulaurarien.sh index d2e8f7a..88cfc14 100755 --- a/eulaurarien.sh +++ b/eulaurarien.sh @@ -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"