Skip to content

Commit 001fa8d

Browse files
committed
2 parents d1aeba7 + 568440e commit 001fa8d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Designed to complement Stream Deck plugins; sdpi-components provides a collectio
2020
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).
2121

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

2626
## 📦 Example
@@ -33,7 +33,7 @@ The example below highlights some of the components available; alternatively you
3333
<!doctype html>
3434
<head lang="en-gb">
3535
<meta charset="utf-8" />
36-
<script src="https://cdn.jsdelivr.net/gh/geekyeggo/sdpi-components@v2/dist/sdpi-components.js"></script>
36+
<script src="https://cdn.jsdelivr.net/gh/geekyeggo/sdpi-components@v3/dist/sdpi-components.js"></script>
3737
</head>
3838
<html>
3939
<body>

example/pi/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head lang="en-gb">
55
<meta charset="utf-8" />
66
<!--
7-
<script src="https://cdn.jsdelivr.net/gh/geekyeggo/sdpi-components@v2/dist/sdpi-components.js"></script>
7+
<script src="https://cdn.jsdelivr.net/gh/geekyeggo/sdpi-components@v3/dist/sdpi-components.js"></script>
88
-->
99
<script src="sdpi-components.js"></script>
1010
<script type="text/javascript">

0 commit comments

Comments
 (0)