chore: Rename the library "MeiliDB" 🎉

This commit is contained in:
Clément Renault
2018-12-10 00:41:31 +01:00
parent 012d24947c
commit 0f8ae5a8bc
3 changed files with 28 additions and 28 deletions

View File

@ -1,4 +1,4 @@
# meili-core
# MeiliDB
A search engine based on the [blog posts serie](https://blog.algolia.com/inside-the-algolia-engine-part-1-indexing-vs-search/) of the great Algolia company.
@ -23,7 +23,7 @@ Network is mesured, servers are located in amsterdam and tests are made between
## Usage and examples
Meili-core work with an index like most of the search engines.
MeiliDB work with an index like most of the search engines.
So to test the library you can create one by indexing a simple csv file.
```bash