mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-26 12:05:05 +08:00
Replace meilisearch by Meilisearch
This commit is contained in:
parent
0d282e3cc5
commit
de808a391a
@ -6,9 +6,9 @@
|
|||||||
|
|
||||||
## Introduction
|
## 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:
|
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
|
it is the job of something else above and this is why it is only able
|
||||||
to process one update at a time.
|
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
|
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
|
[flamegraph]: https://github.com/flamegraph-rs/flamegraph
|
||||||
|
Loading…
Reference in New Issue
Block a user