diff --git a/README.md b/README.md index dc0ac56..7d43b86 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Searchkick handles: - special characters - `jalapeno` matches `jalapeƱo` - extra whitespace - `dishwasher` matches `dish washer` - misspellings - `zuchini` matches `zucchini` -- custom synonyms - `qtip` matches `cotton swab` +- custom synonyms - `pop` matches `soda` Plus: @@ -318,7 +318,7 @@ A few languages require plugins: ```ruby class Product < ApplicationRecord - searchkick synonyms: [["burger", "hamburger"], ["sneakers", "shoes"]] + searchkick synonyms: [["pop", "soda"], ["burger", "hamburger"]] end ``` -- libgit2 0.21.0