README.md in meilisearch-rails-0.3.0 vs README.md in meilisearch-rails-0.4.0

- old
+ new

@@ -56,11 +56,11 @@ To learn more about MeiliSearch, check out our [Documentation](https://docs.meilisearch.com/learn/tutorials/getting_started.html) or our [API References](https://docs.meilisearch.com/reference/api/). ## 🤖 Compatibility with MeiliSearch -This package only guarantees the compatibility with the [version v0.24.0 of MeiliSearch](https://github.com/meilisearch/MeiliSearch/releases/tag/v0.24.0). +This package only guarantees the compatibility with the [version v0.25.0 of MeiliSearch](https://github.com/meilisearch/MeiliSearch/releases/tag/v0.25.0). ## 🔧 Installation <!-- omit in toc --> This package requires Ruby version 2.6.0 or later and Rails 5.2 or later. @@ -657,10 +657,10 @@ meilisearch synchronous: true do end end ``` -🚨 This is only recommended for testing purposes, the gem will call the `wait_for_pending_update` method that will stop your code execution until the asynchronous task has been processed by MeilSearch. +🚨 This is only recommended for testing purposes, the gem will call the `wait_for_task` method that will stop your code execution until the asynchronous task has been processed by MeilSearch. ##### Disable auto-indexing & auto-removal <!-- omit in toc --> You can disable auto-indexing and auto-removing setting the following options: