Update README.md

This commit is contained in:
meili-bot 2022-01-26 16:33:16 +01:00
parent d342c3c357
commit 0d282e3cc5

View File

@ -6,9 +6,9 @@
## Introduction
This repository contains the core engine used in [MeiliSearch].
This repository contains the core engine used in [meilisearch].
It contains a library that can manage one and only one index. MeiliSearch
It contains a library that can manage one and only one index. meilisearch
manages the multi-index itself. Milli is unable to store updates in a store:
it is the job of something else above and this is why it is only able
to process one update at a time.
@ -65,5 +65,5 @@ To enable the hook, run the following command from the root of the project:
cp script/pre-commit .git/hooks/pre-commit
```
[MeiliSearch]: https://github.com/MeiliSearch/MeiliSearch
[meilisearch]: https://github.com/meilisearch/meilisearch
[flamegraph]: https://github.com/flamegraph-rs/flamegraph