diff --git a/README.md b/README.md
index d49b4be..3e3eaae 100644
--- a/README.md
+++ b/README.md
@@ -20,9 +20,9 @@ script or create an instance of the follow class with `let follow = new Follow()
### unpkg
#### with auto init
-``
+``
#### without auto init
-``
+``
## Methods
### initiate
diff --git a/package.json b/package.json
index 051856b..c472c53 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "follow-js",
- "version": "2.1.1",
+ "version": "2.1.2",
"description": "let elements follow your cursor",
"main": "dist/follow.min.js",
"repository": {