diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |