[Pkg-javascript-commits] [sockjs-client] 308/350: Update the example CDN URL to the latest release.
tonnerre at ancient-solutions.com
tonnerre at ancient-solutions.com
Fri Aug 5 01:04:33 UTC 2016
This is an automated email from the git hooks/post-receive script.
tonnerre-guest pushed a commit to branch upstream
in repository sockjs-client.
commit d398080239baa14e12da2041c07f753a80295296
Author: Jeffrey Wear <jeffreywear at gmail.com>
Date: Wed May 20 15:39:23 2015 -0700
Update the example CDN URL to the latest release.
While this is only an example, many people will probably just copy it into their projects.
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index f5b3ff9..aaad1b9 100644
--- a/README.md
+++ b/README.md
@@ -82,7 +82,7 @@ First, you need to load the SockJS JavaScript library. For example, you can
put that in your HTML head:
```html
-<script src="//cdn.jsdelivr.net/sockjs/0.3.4/sockjs.min.js"></script>
+<script src="//cdn.jsdelivr.net/sockjs/1.0.0/sockjs.min.js"></script>
```
After the script is loaded you can establish a connection with the
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/sockjs-client.git
More information about the Pkg-javascript-commits
mailing list