From 7b231e8376404c9ae51d35c89d0976c822d540d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Ol=C4=99dzki?= Date: Fri, 8 Sep 2023 23:05:04 +0200 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e1c4e8b..54505cd 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ data: "meilisearch_url": "http://localhost:7700", "meilisearch_api_key": "masterKey", "meilisearch_index_uid": "google", - "stategy": "default", // docssearch, schema*, custom or default + "strategy": "default", // docssearch, schema*, custom or default "headless": true, // Open browser or not "batch_size": 1000, //null with send documents one by one "primary_key": null,