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 888a6d0 commit 390d71aCopy full SHA for 390d71a
README.md
@@ -2,7 +2,7 @@
2
A plugin for docsify to generate a `edit on github` button on every pages. click the button to open corresponding `md` editing page on github.
3
4
```html
5
-<script src="//unpkg.com/docsify-edit-on-github@1.0.1/index.js"></script>
+<script src="//unpkg.com/docsify-edit-on-github/index.js"></script>
6
```
7
8
package.json
@@ -1,6 +1,6 @@
1
{
"name": "docsify-edit-on-github",
- "version": "1.0.1",
+ "version": "1.0.2",
"description": "edit on github plugin for docsify",
"main": "index.js",
"scripts": {
0 commit comments