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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,11 +72,11 @@ NB: you can also download MeiliSearch from **Homebrew** or **APT**.
72
72
73
73
### Import <!-- omit in toc -->
74
74
75
-
Depending on the environment on which you are using MeiliSearch, imports may differ.
75
+
Depending on the environment in which you are using MeiliSearch, imports may differ.
76
76
77
77
#### Import Syntax <!-- omit in toc -->
78
78
79
-
Usage in a ES module environment:
79
+
Usage in an ES module environment:
80
80
81
81
```javascript
82
82
import { MeiliSearch } from'meilisearch'
@@ -311,7 +311,7 @@ This repository also contains [more examples](./examples).
311
311
312
312
## ⚙️ Development Workflow and Contributing
313
313
314
-
Any new contribution is more than welcome in this project!
314
+
Any new contribution is more than welcome to this project!
315
315
316
316
If you want to know more about the development workflow or want to contribute, please visit our [contributing guidelines](/CONTRIBUTING.md) for detailed instructions!
317
317
@@ -323,7 +323,7 @@ If you want to know more about the development workflow or want to contribute, p
0 commit comments