Skip to content

Commit

Permalink
Update CDN versions to 2+ and 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
m-hulbert committed Aug 19, 2024
1 parent a1e1bb2 commit 50d8899
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ To use Spaces you must also set a [`clientId`](https://ably.com/docs/auth/identi
You can also use Spaces with a CDN, such as [unpkg](https://www.unpkg.com/):

```html
<script src="https://cdn.ably.com/lib/ably.min-1.js"></script>
<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>
```

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

0 comments on commit 50d8899

Please sign in to comment.