From 0c739db880a3423699e5c5fa66be76524d623708 Mon Sep 17 00:00:00 2001 From: meili-bot <74670311+meili-bot@users.noreply.github.com> Date: Sun, 5 Jan 2025 08:04:11 +0100 Subject: [PATCH 1/3] Update README.md --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index e681487a4..74e7c85c4 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,6 @@ ## Table of Contents - [📖 Documentation](#-documentation) -- [⚡ Supercharge your Meilisearch experience](#-supercharge-your-meilisearch-experience) - [🔧 Installation](#-installation) - [🎬 Getting started](#-getting-started) - [🤖 Compatibility with Meilisearch](#-compatibility-with-meilisearch) @@ -48,10 +47,6 @@ This readme and [Meilisearch JS documentation website](https://meilisearch.githu 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/). -## ⚡ Supercharge your Meilisearch experience - -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. - ## 🔧 Installation 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 ### Run Meilisearch -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). +⚡️ **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). +🪨 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. ### Import 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({ }) ``` -## 🎬 Getting started + +## 🚀 Getting started ### Add documents From 5c34dbaee7731950dd0dfaa93c1fa4313931e959 Mon Sep 17 00:00:00 2001 From: Laurent Cazanove Date: Sun, 5 Jan 2025 08:05:20 +0100 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74e7c85c4..2125d6951 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,7 @@ Instead of using a package manager, you may also import the library directly int ⚡️ **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). 🪨 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. + ### Import After installing `meilisearch-js`, you must import it into your application. There are many ways of doing that depending on your development environment. @@ -125,7 +126,6 @@ const client = new MeiliSearch({ }) ``` - ## 🚀 Getting started ### Add documents From bf44a05e6a7b40b2c0767a696fc6bf0942998a7c Mon Sep 17 00:00:00 2001 From: Laurent Cazanove Date: Sun, 5 Jan 2025 08:05:54 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2125d6951..28e456ba8 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ - [📖 Documentation](#-documentation) - [🔧 Installation](#-installation) -- [🎬 Getting started](#-getting-started) +- [🚀 Getting started](#-getting-started) - [🤖 Compatibility with Meilisearch](#-compatibility-with-meilisearch) - [💡 Learn more](#-learn-more) - [⚙️ Contributing](#️-contributing)