Skip to content

Commit 50d8899

Browse files
committed
Update CDN versions to 2+ and 0.4
1 parent a1e1bb2 commit 50d8899

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ To use Spaces you must also set a [`clientId`](https://ably.com/docs/auth/identi
8888
You can also use Spaces with a CDN, such as [unpkg](https://www.unpkg.com/):
8989

9090
```html
91-
<script src="https://cdn.ably.com/lib/ably.min-1.js"></script>
92-
<script src="https://cdn.ably.com/spaces/0.1.2/iife/index.bundle.js"></script>
91+
<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>
9393
```
9494

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

0 commit comments

Comments
 (0)