Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekyEggo committed Sep 25, 2024
2 parents d1aeba7 + 568440e commit 001fa8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Designed to complement Stream Deck plugins; sdpi-components provides a collectio
Getting started is easy; simply reference the following JavaScript file in your property inspector, and you're ready to start adding [components](https://sdpi-components.dev/docs/components).

```html
<script src="https://cdn.jsdelivr.net/gh/geekyeggo/sdpi-components@v2/dist/sdpi-components.js"></script>
<script src="https://cdn.jsdelivr.net/gh/geekyeggo/sdpi-components@v3/dist/sdpi-components.js"></script>
```

## 📦 Example
Expand All @@ -33,7 +33,7 @@ The example below highlights some of the components available; alternatively you
<!doctype html>
<head lang="en-gb">
<meta charset="utf-8" />
<script src="https://cdn.jsdelivr.net/gh/geekyeggo/sdpi-components@v2/dist/sdpi-components.js"></script>
<script src="https://cdn.jsdelivr.net/gh/geekyeggo/sdpi-components@v3/dist/sdpi-components.js"></script>
</head>
<html>
<body>
Expand Down
2 changes: 1 addition & 1 deletion example/pi/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head lang="en-gb">
<meta charset="utf-8" />
<!--
<script src="https://cdn.jsdelivr.net/gh/geekyeggo/sdpi-components@v2/dist/sdpi-components.js"></script>
<script src="https://cdn.jsdelivr.net/gh/geekyeggo/sdpi-components@v3/dist/sdpi-components.js"></script>
-->
<script src="sdpi-components.js"></script>
<script type="text/javascript">
Expand Down

0 comments on commit 001fa8d

Please sign in to comment.