Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ce18991

Browse files
Update README.md
1 parent ce73b67 commit ce18991

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -462,22 +462,22 @@ The DocsifyJS site covers long lists of plugins and how to use them:
462462
- [Awesome plugins](https://docsify.js.org/#/awesome?id=plugins)
463463

464464

465-
##### Edit on Github
465+
##### Use the Edit on Github plugin
466466

467-
Load and configure this plugin to add the "Edit on Github" button to all your pages.
467+
Load and configure this plugin to add the `Edit on Github` link in the top right of each page (excluding the cover page).
468468

469-
- [njleonzhang/docsify-edit-on-github](https://github.com/njleonzhang/docsify-edit-on-github)
469+
- [njleonzhang/docsify-edit-on-github](https://github.com/njleonzhang/docsify-edit-on-github) on Github.
470470

471471

472-
Load this plugin in `head` tag.
472+
Load this plugin near the end of the `head` tag.
473473

474474
```javascript
475475
<script src="//unpkg.com/docsify-edit-on-github/index.js"></script>
476476
```
477477

478478
!> **Important:** This will not work at the end of the body like most plugins, since the plugin's global variable needs be available when the app is configured.
479479

480-
Configure the plugin. Here is the format:n.
480+
Configure the plugin. Here is the format.
481481

482482
```javascript
483483
EditOnGithubPlugin.create(docBase, docEditBase, title)

0 commit comments

Comments
 (0)