diff --git a/README b/README
index 1a879ab47abacc774e22a1616879222ef53a8cc3..229448d408804b61b618eb0b04407a514239c8de 100644
--- a/README
+++ b/README
@@ -15,6 +15,9 @@ RewriteCond %{QUERY_STRING} !mobile=no$
 # If cookie wdn_mobile = no, don't redirect
 RewriteCond %{HTTP_COOKIE} !^.*wdn_mobile=no.*$ [NC]
 
+# If iPad user, don't auto-redirect to mobile
+RewriteCond %{HTTP_USER_AGENT} !ipad [NC]
+
 # if the browser accepts these mime-types, it's definitely mobile, or pretending to be
 RewriteCond %{HTTP_ACCEPT} "text\/vnd\.wap\.wml|application\/vnd\.wap\.xhtml\+xml" [NC,OR]