README.md in bento_search-1.7.0 vs README.md in bento_search-2.0.0.rc1

- old
+ new

@@ -1,13 +1,13 @@ # BentoSearch -[![Build Status](https://secure.travis-ci.org/jrochkind/bento_search.png)](http://travis-ci.org/jrochkind/bento_search) +[![CI Build Status](https://github.com/jrochkind/bento_search/actions/workflows/ruby.yml/badge.svg)](https://github.com/jrochkind/bento_search/actions/workflows/ruby.yml) [![Gem Version](https://badge.fury.io/rb/bento_search.png)](http://badge.fury.io/rb/bento_search) bento_search provides an abstraction/normalization layer for querying and displaying results from external search engines, in Ruby on Rails. Works with -Rails 3.x, 4.x, or 5.0. ruby 1.9.3+ +Rails 5.2 - 6.1, ruby 2.5 through 3.0. ### Goals: To help you * **Get up and running as quickly as possible** with searching and displaying results from a third-party service. Simple common code API, with idiosyncracies and @@ -280,13 +280,9 @@ If you are using Rails5, ConcurrentSearcher uses new Rails API that should make development-mode class reloading work fine even with the ConcurrentSearcher's concurrency. For more info, see [BentoSearch::ConcurrentSearcher](./app/models/bento_search/concurrent_searcher.rb). - -The previous **MultiSearcher** class is now deprecated, ConcurrentSearcher -is the replacement, and will likely work as a drop-in replacement. -See [CHANGES](./CHANGES.md#17) for more info. ### Delayed results loading via AJAX (actually more like AJAHtml)