From 2db3d602593f4f25eea346122b2b3ff00e15ba09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mentine=20Urquizar=20-=20curqui?= Date: Mon, 25 Apr 2022 18:14:35 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20b12329b..fbc2587d9 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ This repository contains crates to quickly debug the engine: - There are benchmarks located in the `benchmarks` crate. - The `cli` crate is a simple command-line interface that helps run [flamegraph] on top of it. - The `filter-parser` crate contains the parser for the Meilisearch filter syntax. - - The `flatten-serde-json` crate contains the library that flattens serde-json `Value` objects like elastic search does. + - The `flatten-serde-json` crate contains the library that flattens serde-json `Value` objects like Elasticsearch does. - The `helpers` crate is only used to do operations on the database. - The `http-ui` crate is a simple HTTP dashboard to tests the features like for real! - The `infos` crate is used to dump the internal data-structure and ensure correctness.