We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64dedd5 commit 8813569Copy full SHA for 8813569
README.md
@@ -8,7 +8,7 @@ This plugin was originally created to meet the needs of a client job I was worki
8
9
**1.** Include the plugin via jsDelivr CDN
10
```html
11
-<script src=“https://cdn.jsdelivr.net/gh/thelevicole/cce/dist/cce.js”></script>
+<script src=“https://cdn.jsdelivr.net/gh/thelevicole/cce@1.0.0/dist/cce.js”></script>
12
```
13
14
**2.** Create a DOM element
src/cce.js
@@ -1,5 +1,5 @@
1
/**
2
- * Simple element cursor plugin v0.0.3
+ * Simple element cursor plugin v1.0.0
3
*
4
* Copyright (c) 2018 Levi Cole <me@thelevicole.com>
5
* Licensed under MIT (http://opensource.org/licenses/MIT)
0 commit comments