diff --git a/README.md b/README.md
index c5e654e5b..d56d2ee72 100644
--- a/README.md
+++ b/README.md
@@ -28,6 +28,7 @@ npm install slick-carousel
// Import css files
import "slick-carousel/slick/slick.css";
import "slick-carousel/slick/slick-theme.css";
+// Copy `slick-carousel/slick/fonts` into your static assets folder and make sure the fonts are loadable by css request
```
or add cdn link in your html
@@ -46,6 +47,13 @@ or add cdn link in your html
/>
```
+or copy `slick-carousel/slick` folder into your static assets folder and link to css
+
+```html
+
+
+```
+
### [PlayGround](https://codesandbox.io/s/ppwkk5l6xx)
### Example
@@ -111,7 +119,6 @@ open http://localhost:8080
Join our [discord channel](https://discord.gg/z7stRE4Cyb) to discuss react-slick bugs and ask for help
-
## Contributing
Please see the [contributing guidelines](./CONTRIBUTING.md)