diff --git a/README.md b/README.md index 386e1c4..0190392 100644 --- a/README.md +++ b/README.md @@ -1662,7 +1662,7 @@ Eager load different associations by model Searchkick.search("*", index_name: [Product, Store], model_includes: {Product => [:store], Store => [:product]}) ``` -Run additional scopes on results [master] +Run additional scopes on results ```ruby Product.search "milk", scope_results: ->(r) { r.with_attached_images } -- libgit2 0.21.0