Skip to content

Commit cc97a13

Browse files
committed
Merge branch 'add_npm_package' of github.com:meilisearch/strapi-plugin-meilisearch into add_npm_package
2 parents 61f0415 + f6e1a81 commit cc97a13

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
@@ -1,7 +1,7 @@
11
<h1 align="center">MeiliSearch Strapi Plugin</h1>
22

33
<p align="center">
4-
<img src="https://res.cloudinary.com/meilisearch/image/upload/v1587402338/SDKs/meilisearch_js.svg" alt="MeiliSearch-JavaScript" width="200" height="200" />
4+
<img src="https://raw.githubusercontent.com/meilisearch/integration-guides/main/assets/logos/meilisearch_strapi.svg" alt="MeiliSearch-Strapi" width="200" height="200" />
55
</p>
66

77
<h4 align="center">
@@ -133,7 +133,7 @@ Once you have a collection containing documents indexed in MeiliSearch, you can
133133

134134
Using the above credentials, the following code shows how to search on one of your collections:
135135

136-
To search in MeiliSearch, you can use the [instant-meilisearch](https://github.com/meilisearch/instant-meilisearch) SDK that integrates a whole search interface, or our library [meilisearch-js](https://github.com/meilisearch/meilisearch-js).
136+
To search in MeiliSearch, you can use the [instant-meilisearch](https://github.com/meilisearch/instant-meilisearch) library that integrates a whole search interface, or our [meilisearch-js](https://github.com/meilisearch/meilisearch-js) SDK.
137137

138138
#### ⚡️ Using Instant meiliSearch
139139

@@ -252,7 +252,7 @@ This command will install the required dependencies and launch the app in develo
252252

253253
Install Strapi with this [quickstart]((https://strapi.io/documentation/developer-docs/latest/getting-started/quick-start.html)) command to create a Strapi project instantly:
254254

255-
- Use **yarn** to install the Strapi project (recommended). [Install yarn with these docs](https://yarnpkg.com/lang/en/docs/install/).)
255+
- Use **yarn** to install the Strapi project (recommended). [Install yarn with these docs](https://yarnpkg.com/lang/en/docs/install/).
256256

257257
```bash
258258
# with yarn

0 commit comments

Comments
 (0)