Skip to content

Commit

Permalink
Updated README and demo for publishing on GitHub pages
Browse files Browse the repository at this point in the history
  • Loading branch information
rbonestell committed Feb 14, 2025
1 parent 48cbbda commit 7a028b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Add instant retro 8-bit styling to any website with a single line of JavaScript.

### CDN (Recommended)
```html
<script src="https://cdn.jsdelivr.net/npm/retroify.js@0.1.0/retroify.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/retroify.js/out/retroify.min.js"></script>
```

### NPM
Expand Down
2 changes: 1 addition & 1 deletion demo/demo.html → demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Retroify.js Demo</title>
<link href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
<script src="../src/retroify.js"></script>
<script src="https://cdn.jsdelivr.net/npm/retroify.js/out/retroify.min.js"></script>
<style>
.container { padding: 2rem; }
.demo-section { margin: 2rem 0; padding: 1rem; border: 1px solid #ddd; }
Expand Down

0 comments on commit 7a028b8

Please sign in to comment.