Skip to content

Commit ce0b3b4

Browse files
Merge pull request #11 from markbattistella/2024.07.02
2024-07-02 - Update README
2 parents af176d6 + 5984a0f commit ce0b3b4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ Assuming you have a working [docsify](https://docsify.js.org/) framework set up,
2828

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

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

3636
<!-- locally -->
37-
<script src="docsify-auto-headers.min.js"></script>
37+
<script src="docsify-autoheaders.min.js"></script>
3838
```
3939

4040
1. In docsify setup, configure the plugin:

0 commit comments

Comments
 (0)