Skip to content

Commit 481537b

Browse files
committed
Improve styling documentation
1 parent cdf958f commit 481537b

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
@@ -102,15 +102,15 @@ Read more about [MeiliSearch authentication](https://docs.meilisearch.com/refere
102102

103103
#### Styling
104104

105-
To import the provided CSS styling in your project, you should add the following depending on your environment:
105+
`docs-searchbar.js` comes with a css template. It has to be added in your project in the following way:
106106

107-
ES+ environment
107+
In an ES+ environment:
108108

109109
```js
110110
import "docs-searchbar.js/dist/cdn/docs-searchbar.css";
111111
```
112112

113-
`HTML` in your header
113+
In a `HTML` file, the `link` tag should be added in your header:
114114

115115
```html
116116
<link

0 commit comments

Comments
 (0)