diff --git a/README.md b/README.md index 92ca23d6..98b01fcd 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ Download the [latest release](http://smashingboxes.github.io/OwlCarousel2/downlo ```html ``` +**NOTE:** If you want to use the default navigation styles, you will also need to include `owl.theme.default.css`. + Put the script at the [bottom](https://developer.yahoo.com/performance/rules.html#js_bottom) of your markup right after jQuery: @@ -25,7 +27,7 @@ Put the script at the [bottom](https://developer.yahoo.com/performance/rules.htm Wrap your items (`div`, `a`, `img`, `span`, `li` etc.) with a container element (`div`, `ul` etc.). Only the class `owl-carousel` is mandatory to apply proper styles: ```html -