From 4e05d4fd19fcd094498634d910a5c3505a12325d Mon Sep 17 00:00:00 2001 From: Charlotte Vermandel Date: Mon, 1 Jun 2020 16:29:42 +0200 Subject: [PATCH] Style fixes --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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