diff --git a/README.md b/README.md index f5661774f..6ca7ca1df 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,7 @@ Output: ## 🤖 Compatibility with MeiliSearch This package is compatible with the following MeiliSearch versions: + - `v0.10.X` ## 🎬 Examples @@ -387,7 +388,7 @@ A GitHub Action will be triggered and push the package on [npm](https://www.npmj `index.deleteDocuments(documentsIds: string[] | number[]): Promise` - Delete all documents: -`index.deleteAllDocuments(): Promise` + `index.deleteAllDocuments(): Promise` ### Settings