Skip to content

Commit 0c739db

Browse files
committed
Update README.md
1 parent e832b56 commit 0c739db

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.md

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

3636
- [📖 Documentation](#-documentation)
37-
- [⚡ Supercharge your Meilisearch experience](#-supercharge-your-meilisearch-experience)
3837
- [🔧 Installation](#-installation)
3938
- [🎬 Getting started](#-getting-started)
4039
- [🤖 Compatibility with Meilisearch](#-compatibility-with-meilisearch)
@@ -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,8 +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).
7065

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.
7167
### Import <!-- omit in toc -->
7268

7369
After installing `meilisearch-js`, you must import it into your application. There are many ways of doing that depending on your development environment.
@@ -129,7 +125,8 @@ const client = new MeiliSearch({
129125
})
130126
```
131127

132-
## 🎬 Getting started
128+
129+
## 🚀 Getting started
133130

134131
### Add documents <!-- omit in toc -->
135132

0 commit comments

Comments
 (0)