diff --git a/README.md b/README.md
index b04cc7b8..cc69596f 100644
--- a/README.md
+++ b/README.md
@@ -749,8 +749,10 @@ class Person < ActiveRecord::Base
:against => :bio,
:using => {
:tsearch => {
- :start_sel => '',
- :stop_sel => ''
+ :highlight => {
+ :start_sel => '',
+ :stop_sel => ''
+ }
}
}
end