Skip to content

Commit bbf3025

Browse files
author
Deepak Kumar
committed
Fixed incorrect CDN link for minified STOMP.js reference.
1 parent 840e977 commit bbf3025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2018-06-29-using-stompjs-v5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ _Important: For Node.js and React Native, please check [Polyfills]._
2929

3030
- Download and include directly from the `bundles/` folder.
3131
- Or use a CDN:
32-
- Minified: [https://cdn.jsdelivr.net/npm/@stomp/[email protected]/bundles/stomp.umd.min.js](https://cdn.jsdelivr.net/npm/@stomp/[email protected]/bundles/stomp.umd.js)
32+
- Minified: [https://cdn.jsdelivr.net/npm/@stomp/[email protected]/bundles/stomp.umd.min.js](https://cdn.jsdelivr.net/npm/@stomp/[email protected]/bundles/stomp.umd.min.js)
3333
- Unminified: [https://cdn.jsdelivr.net/npm/@stomp/[email protected]/bundles/stomp.umd.js](https://cdn.jsdelivr.net/npm/@stomp/[email protected]/bundles/stomp.umd.js)
3434
- A global `StompJs` object will now be available. Read on to learn how to use it.
3535

0 commit comments

Comments
 (0)