diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index df0a2604..90c5eb20 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.4 for version 2)
+- Before you fire an issue, make sure you update to the latest version of each main version. (e.g. v2.8.5 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 3ac89c96..5136c79f 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.4-green.svg)
+![version](https://img.shields.io/badge/Version-2.8.5-green.svg)
Tiny slider for all purposes, inspired by [Owl Carousel](https://owlcarousel2.github.io/OwlCarousel2/).
[Demos](http://ganlanyuan.github.io/tiny-slider/tests/index.html)
[Tests for desktop browsers](http://ganlanyuan.github.io/tiny-slider/tests/tests.html) (running on Firefox 12+, Chrome 15+, Safari 5.1+, Opera 12.1+, IE9+)
@@ -200,8 +200,8 @@ Note: some features may need a manual test.
## Usage
#### 1. Add CSS (and IE8 polyfills if needed)
```html
-
-
+
+
```
#### 2. Add markup
@@ -217,7 +217,7 @@ Note: some features may need a manual test.
#### 3. Call tns()
Add tiny-slider.js to your page:
```html
-
+
```
@@ -227,7 +227,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.4
+Or import `tns` directly start from v2.8.5
```html