We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1e1bb2 commit 50d8899Copy full SHA for 50d8899
README.md
@@ -88,8 +88,8 @@ To use Spaces you must also set a [`clientId`](https://ably.com/docs/auth/identi
88
You can also use Spaces with a CDN, such as [unpkg](https://www.unpkg.com/):
89
90
```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>
+<script src="https://cdn.ably.com/lib/ably.min-2.js"></script>
+<script src="https://cdn.ably.com/spaces/0.4/iife/index.bundle.js"></script>
93
```
94
95
After this, instantiate the SDK in the same way as in the NPM option above:
0 commit comments