diff --git a/filter-parser/README.md b/filter-parser/README.md index dfbc03d07..b4ddda3d3 100644 --- a/filter-parser/README.md +++ b/filter-parser/README.md @@ -1,6 +1,6 @@ # Filter parser -This workspace is dedicated to the parsing of the MeiliSearch filters. +This workspace is dedicated to the parsing of the Meilisearch filters. Most of the code and explanation are in the [`lib.rs`](./src/lib.rs). Especially, the BNF of the filters at the top of this file.