Skip to content

Commit

Permalink
Fix incorrect highlight API usage in readme
Browse files Browse the repository at this point in the history
 See #316
  • Loading branch information
lonelyghost authored and amarshall committed Aug 6, 2016
1 parent 86c1e96 commit 1d84a1b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -749,8 +749,10 @@ class Person < ActiveRecord::Base
:against => :bio,
:using => {
:tsearch => {
:start_sel => '<b>',
:stop_sel => '</b>'
:highlight => {
:start_sel => '<b>',
:stop_sel => '</b>'
}
}
}
end
Expand Down

0 comments on commit 1d84a1b

Please sign in to comment.