Skip to content

Commit

Permalink
docs: version bump to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thunderpoot committed Aug 28, 2024
1 parent d6fd603 commit f98f396
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ https://thunderpoot.github.io/webdelta/
Include the script in your HTML:

```html
<script src="https://cdn.jsdelivr.net/gh/thunderpoot/[email protected].1/dist/webdelta.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/thunderpoot/[email protected].2/dist/webdelta.min.js"></script>
```

#### Download:
Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ <h2>Installation</h2>
<h3>CDN:</h3>
<ol>
<li><strong>Include the Script</strong>: Add the following line in your HTML to include the script.
<pre>&lt;script src="https://cdn.jsdelivr.net/gh/thunderpoot/[email protected].1/dist/webdelta.min.js"&gt;&lt;/script&gt;</pre>
<pre>&lt;script src="https://cdn.jsdelivr.net/gh/thunderpoot/[email protected].2/dist/webdelta.min.js"&gt;&lt;/script&gt;</pre>
</ol>
<h3>Download:</h3>
<ol>
Expand Down Expand Up @@ -454,7 +454,7 @@ <h2>Example Configuration Code</h2>
<p>&copy; 2024 T E Vaughan. Check out the project on <a href="https://github.com/thunderpoot/webdelta" target="_blank">GitHub</a>.</p>
</footer>

<script src="https://cdn.jsdelivr.net/gh/thunderpoot/[email protected].1/dist/webdelta.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/thunderpoot/[email protected].2/dist/webdelta.min.js"></script>

<!-- Custom script for demo -->
<script>
Expand Down

0 comments on commit f98f396

Please sign in to comment.