diff --git a/README.md b/README.md index 4341af83..ab1405ea 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Syntax: * Keyword begins with `keyword:`, followed by a string. * Regular expression begins with `regex:`, followed by a valid regular expression (per Golang's standard). * Full domain begins with `full:`, followed by a domain. -* Domains (including `domain`, `keyword`, `regext` and `full`) may have one or more attributes. Each attribute begins with `@` and followed by the name of the attribute. +* Domains (including `domain`, `keyword`, `regex` and `full`) may have one or more attributes. Each attribute begins with `@` and followed by the name of the attribute. ## How it works diff --git a/data/ookla-speedtest-ads b/data/ookla-speedtest-ads index d99b611a..7a081a00 100644 --- a/data/ookla-speedtest-ads +++ b/data/ookla-speedtest-ads @@ -1 +1 @@ -regexp:^speed\.(coe|open)\.ad\.[a-z]{2,6}\.prod\.hosts\.ooklaserver\.net$ @ads +regex:^speed\.(coe|open)\.ad\.[a-z]{2,6}\.prod\.hosts\.ooklaserver\.net$ @ads