Skip to content

Commit

Permalink
Update javascript-client.md (#34182)
Browse files Browse the repository at this point in the history
* Update javascript-client.md

Fixes #34180

* Update aspnetcore/signalr/javascript-client.md

* Update aspnetcore/signalr/javascript-client.md

* Update aspnetcore/signalr/javascript-client.md

* Update aspnetcore/signalr/javascript-client.md
  • Loading branch information
Rick-Anderson authored Nov 19, 2024
1 parent f0e6804 commit 8abb294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aspnetcore/signalr/javascript-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ To use the client library without the npm prerequisite, reference a CDN-hosted c

[!code-html[](javascript-client/samples/6.x/SignalRChat/Pages/Index.cshtml?name=snippet_CDN)]

The client library is available on the following CDNs:
In the preceding markup, version 6.0.1 is specified. Choose from one of the following CDNs to get the latest client library version:

* [cdnjs](https://cdnjs.com/libraries/microsoft-signalr)
* [jsDelivr](https://www.jsdelivr.com/package/npm/@microsoft/signalr)
Expand Down

0 comments on commit 8abb294

Please sign in to comment.