Skip to content

Commit b9c7f5d

Browse files
authored
Merge branch 'main' into rollup-to-esm-vite
2 parents 4f136b0 + 35f9767 commit b9c7f5d

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,8 @@
3434
## Table of Contents <!-- omit in TOC -->
3535

3636
- [📖 Documentation](#-documentation)
37-
- [⚡ Supercharge your Meilisearch experience](#-supercharge-your-meilisearch-experience)
3837
- [🔧 Installation](#-installation)
39-
- [🎬 Getting started](#-getting-started)
38+
- [🚀 Getting started](#-getting-started)
4039
- [🤖 Compatibility with Meilisearch](#-compatibility-with-meilisearch)
4140
- [💡 Learn more](#-learn-more)
4241
- [⚙️ Contributing](#️-contributing)
@@ -48,10 +47,6 @@ This readme and [Meilisearch JS documentation website](https://meilisearch.githu
4847

4948
For general information on how to use Meilisearch—such as our API reference, tutorials, guides, and in-depth articles—refer to our [main documentation website](https://www.meilisearch.com/docs/).
5049

51-
## ⚡ Supercharge your Meilisearch experience
52-
53-
Say goodbye to server deployment and manual updates with [Meilisearch Cloud](https://www.meilisearch.com/cloud?utm_campaign=oss&utm_source=github&utm_medium=meilisearch-js). Get started with a 14-day free trial! No credit card required.
54-
5550
## 🔧 Installation
5651

5752
We recommend installing `meilisearch-js` in your project with your package manager of choice.
@@ -66,7 +61,9 @@ Instead of using a package manager, you may also import the library directly int
6661

6762
### Run Meilisearch <!-- omit in toc -->
6863

69-
To use one of our SDKs, you must first have a running Meilisearch instance. Consult our documentation for [instructions on how to download and launch Meilisearch](https://www.meilisearch.com/docs/learn/getting_started/installation#installation).
64+
⚡️ **Launch, scale, and streamline in minutes with Meilisearch Cloud**—no maintenance, no commitment, cancel anytime. [Try it free now](https://cloud.meilisearch.com/login?utm_campaign=oss&utm_source=github&utm_medium=meilisearch-js).
65+
66+
🪨 Prefer to self-host? [Download and deploy](https://www.meilisearch.com/docs/learn/self_hosted/getting_started_with_self_hosted_meilisearch?utm_campaign=oss&utm_source=github&utm_medium=meilisearch-js) our fast, open-source search engine on your own infrastructure.
7067

7168
### Import <!-- omit in toc -->
7269

@@ -133,7 +130,7 @@ const client = new MeiliSearch({
133130
})
134131
```
135132

136-
## 🎬 Getting started
133+
## 🚀 Getting started
137134

138135
### Add documents <!-- omit in toc -->
139136

0 commit comments

Comments
 (0)