Skip to content

Commit 9b74209

Browse files
authored
docs: update CDN link (#334)
Update broken CDN link
1 parent 12467dd commit 9b74209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ You can also use Spaces with a CDN, such as [unpkg](https://www.unpkg.com/):
8989

9090
```html
9191
<script src="https://cdn.ably.com/lib/ably.min-2.js"></script>
92-
<script src="https://cdn.ably.com/spaces/0.4/iife/index.bundle.js"></script>
92+
<script src="https://cdn.ably.com/spaces/0.4.0/iife/index.bundle.js"></script>
9393
```
9494

9595
After this, instantiate the SDK in the same way as in the NPM option above:

0 commit comments

Comments
 (0)