Skip to content

Commit 9ddbab3

Browse files
authored
Merge pull request #38 from meilisearch/upd-readme
Upd readme
2 parents c39c607 + e48a4c7 commit 9ddbab3

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828

2929
- [πŸ”§ Installation](#-installation)
3030
- [πŸš€ Getting started](#-getting-started)
31+
- [πŸ€– Compatibility with MeiliSearch](#-compatibility-with-meilisearch)
3132
- [🎬 Examples](#-examples)
3233
- [Indexes](#indexes)
3334
- [Documents](#documents)
@@ -37,7 +38,6 @@
3738
- [Install dependencies](#install-dependencies)
3839
- [Tests and Linter](#tests-and-linter)
3940
- [Release](#release)
40-
- [πŸ€– Compatibility with MeiliSearch](#-compatibility-with-meilisearch)
4141

4242
## πŸ”§ Installation
4343

@@ -108,6 +108,11 @@ Output:
108108
}
109109
```
110110

111+
## πŸ€– Compatibility with MeiliSearch
112+
113+
This package is compatible with the following MeiliSearch versions:
114+
- `v0.10.X`
115+
111116
## 🎬 Examples
112117

113118
All HTTP routes of MeiliSearch are accessible via methods in this SDK.</br>
@@ -282,10 +287,6 @@ $ git push --tag origin master
282287

283288
A GitHub Action will be triggered and push the new gem on [RubyGems](https://rubygems.org/gems/meilisearch).
284289

285-
## πŸ€– Compatibility with MeiliSearch
286-
287-
This gem works for MeiliSearch `>=v0.10`.
288-
289290
<hr>
290291

291292
**MeiliSearch** provides and maintains many **SDKs and Integration tools** like this one. We want to provide everyone with an **amazing search experience for any kind of project**. If you want to contribute, make suggestions, or just know what's going on right now, visit us in the [integration-guides](https://github.com/meilisearch/integration-guides) repository.

0 commit comments

Comments
Β (0)