chore: Rename the library "meili-core" 🎉

This commit is contained in:
Clément Renault
2018-12-09 15:00:28 +01:00
parent 6cb1bfd815
commit 550dc1e992
3 changed files with 19 additions and 19 deletions

View File

@ -1,4 +1,4 @@
# pentium
# meili-core
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
Pentium work with an index like most of the search engines.
Meili-core 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