Skip to content

Commit 5928461

Browse files
committed
Update documentation part
1 parent 24f3c3d commit 5928461

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ Add your Strapi collections into a MeiliSearch instance. The plugin listens to m
3939

4040
## 📖 Documentation
4141

42-
To understand MeiliSearch and how it works, see the [Documentation](https://docs.meilisearch.com/learn/what_is_meilisearch/).
43-
To understand Strapi and how to create an app, see the [Documentation](https://strapi.io/documentation/developer-docs/latest/getting-started/introduction.html).
42+
To understand MeiliSearch and how it works, see the [MeiliSearch's documentation](https://docs.meilisearch.com/learn/what_is_meilisearch/).
43+
To understand Strapi and how to create an app, see [Strapi's documentation](https://strapi.io/documentation/developer-docs/latest/getting-started/introduction.html).
4444

4545
## 🔧 Installation
4646

@@ -53,7 +53,7 @@ npm install strapi-plugin-meilisearch
5353

5454
With `yarn`:
5555
```bash
56-
npm install strapi-plugin-meilisearch
56+
yarn add strapi-plugin-meilisearch
5757
```
5858

5959
To apply the plugin to Strapi, a re-build is needed:

0 commit comments

Comments
 (0)