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 dc66af2..22e4719 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@
### AMP redirect
- Example URL: `https://www.google.com/amp/www.example.com/amp/document`
-- Include pattern: `^(?:https?://)www.(?:google|bing).com/amp/(.*)`
+- Include pattern: `^(?:https?://)www.(?:google|bing).com/amp/(?:s/)?(.*)`
- Redirect to: `https://$1`
- Pattern type: Regular Expression
- Description: AMP is bad: <https://80x24.net/post/the-problem-with-amp/>