Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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. Use 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
Loading