diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ff007953..8d9c3399 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,7 +15,7 @@ Tiny-slider was strongly inspired by [Owl Carousel](https://owlcarousel2.github. ### Fire an issue We can't test Tiny-slider on every browser and device. There are always some edge cases in which tiny-slider may not run properly. Fire an issue when it doesn't work for you. This not only helps you, also prevent others from facing the same issue. **Notes for firing issues:** -- Before you fire an issue, make sure you update to the latest version of each main version. (e.g. v2.8.8 for version 2) +- Before you fire an issue, make sure you update to the latest version of each main version. (e.g. v2.9.0 for version 2) - Provide the OS and browser version. - Provide a link or your plugin options. diff --git a/README.md b/README.md index 1ae92e62..1c9f7e0d 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # tiny-slider 2.0 [![](https://data.jsdelivr.com/v1/package/npm/tiny-slider/badge?style=rounded)](https://www.jsdelivr.com/package/npm/tiny-slider) -![version](https://img.shields.io/badge/Version-2.8.8-green.svg) +![version](https://img.shields.io/badge/Version-2.9.0-green.svg) Tiny slider for all purposes, inspired by [Owl Carousel](https://owlcarousel2.github.io/OwlCarousel2/). [Demos](http://ganlanyuan.github.io/tiny-slider/demo) [Test results](http://ganlanyuan.github.io/tiny-slider/test) @@ -211,8 +211,8 @@ Tiny slider for all purposes, inspired by [Owl Carousel](https://owlcarousel2.gi ## Usage #### 1. Add CSS (and IE8 polyfills if needed) ```html - - + + ``` #### 2. Add markup @@ -228,7 +228,7 @@ Tiny slider for all purposes, inspired by [Owl Carousel](https://owlcarousel2.gi #### 3. Call tns() Add tiny-slider.js to your page: ```html - + ``` @@ -238,7 +238,7 @@ Or import `tns` via `webpack` or `rollup`: import { tns } from "./node_modules/tiny-slider/src/tiny-slider" ``` -Or import `tns` directly start from v2.8.8 +Or import `tns` directly start from v2.9.0 ```html