Skip to content

Commit

Permalink
Merge pull request #11 from markbattistella/2024.07.02
Browse files Browse the repository at this point in the history
2024-07-02 - Update README
  • Loading branch information
markbattistella authored Jul 2, 2024
2 parents af176d6 + 5984a0f commit ce0b3b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ Assuming you have a working [docsify](https://docsify.js.org/) framework set up,

```html
<!-- unpkg.com -->
<script src="https://unpkg.com/@markbattistella/docsify-auto-headers@latest"></script>
<script src="https://unpkg.com/@markbattistella/docsify-autoheaders@latest"></script>

<!-- jsDelivr -->
<script src="https://cdn.jsdelivr.net/npm/@markbattistella/docsify-auto-headers@latest"></script>
<script src="https://cdn.jsdelivr.net/npm/@markbattistella/docsify-autoheaders@latest"></script>

<!-- locally -->
<script src="docsify-auto-headers.min.js"></script>
<script src="docsify-autoheaders.min.js"></script>
```

1. In docsify setup, configure the plugin:
Expand Down

0 comments on commit ce0b3b4

Please sign in to comment.