diff --git a/README.rdoc b/README.rdoc
index dcaa34b..8a6bb35 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -79,7 +79,7 @@ Operators are:
* ^ (not equal)
* + (in array/range)
* - (not in array/range)
-* =~ (matching -- not a regexp but a string for SQL LIKE) NOTE: This will override 1.9.x "symbol as string" =~ behavior.
+* \=~ (matching -- not a regexp but a string for SQL LIKE) NOTE: This will override 1.9.x "symbol as string" =~ behavior.
* !~ (not matching, only available under Ruby 1.9)
* > (greater than)
* >= (greater than or equal to)