aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 779dcdf..dc66af2 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
## Examples
### De-mobilizer
- Example URL: `https://en.m.wikipedia.org/`
-- Include pattern: `^(https?://)(.*\.)m(?:obile)?\.(.*)`
+- Include pattern: `^(https?://)([a-z0-9-]*\.)m(?:obile)?\.(.*)`
- Redirect to: `$1$2$3`
- Pattern type: Regular Expression
- Description: always show the desktop site of a webpage