Skip to content

Commit

Permalink
docs: update CDN link (#334)
Browse files Browse the repository at this point in the history
Update broken CDN link
  • Loading branch information
ttypic authored Sep 25, 2024
1 parent 12467dd commit 9b74209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ 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-2.js"></script>
<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>
```

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

0 comments on commit 9b74209

Please sign in to comment.