We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdf958f commit 481537bCopy full SHA for 481537b
README.md
@@ -102,15 +102,15 @@ Read more about [MeiliSearch authentication](https://docs.meilisearch.com/refere
102
103
#### Styling
104
105
-To import the provided CSS styling in your project, you should add the following depending on your environment:
+`docs-searchbar.js` comes with a css template. It has to be added in your project in the following way:
106
107
-ES+ environment
+In an ES+ environment:
108
109
```js
110
import "docs-searchbar.js/dist/cdn/docs-searchbar.css";
111
```
112
113
-`HTML` in your header
+In a `HTML` file, the `link` tag should be added in your header:
114
115
```html
116
<link
0 commit comments