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 12467dd commit 9b74209Copy full SHA for 9b74209
README.md
@@ -89,7 +89,7 @@ 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-2.js"></script>
92
-<script src="https://cdn.ably.com/spaces/0.4/iife/index.bundle.js"></script>
+<script src="https://cdn.ably.com/spaces/0.4.0/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