You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-7Lines changed: 4 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,6 @@
34
34
## Table of Contents <!-- omit in TOC -->
35
35
36
36
-[📖 Documentation](#-documentation)
37
-
-[⚡ Supercharge your Meilisearch experience](#-supercharge-your-meilisearch-experience)
38
37
-[🔧 Installation](#-installation)
39
38
-[🎬 Getting started](#-getting-started)
40
39
-[🤖 Compatibility with Meilisearch](#-compatibility-with-meilisearch)
@@ -48,10 +47,6 @@ This readme and [Meilisearch JS documentation website](https://meilisearch.githu
48
47
49
48
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/).
50
49
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
-
55
50
## 🔧 Installation
56
51
57
52
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
66
61
67
62
### Run Meilisearch <!-- omit in toc -->
68
63
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).
70
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.
71
67
### Import <!-- omit in toc -->
72
68
73
69
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({
0 commit comments