Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Minor typo corrected. MaxWords should be bigger than MinWords.
  • Loading branch information
Olli authored and nertzy committed Dec 25, 2024
1 parent 5c5011b commit 31e6337
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -815,8 +815,8 @@ class Person < ActiveRecord::Base
highlight: {
StartSel: '<b>',
StopSel: '</b>',
MaxWords: 123,
MinWords: 456,
MinWords: 123,
MaxWords: 456,
ShortWord: 4,
HighlightAll: true,
MaxFragments: 3,
Expand Down

0 comments on commit 31e6337

Please sign in to comment.