[Pkg-javascript-commits] [sockjs-client] 191/434: use 0.1 instead of 0.0

Tonnerre Lombard tonnerre-guest at moszumanska.debian.org
Wed Jan 8 00:47:13 UTC 2014


This is an automated email from the git hooks/post-receive script.

tonnerre-guest pushed a commit to branch master
in repository sockjs-client.

commit 4ae29d81f6e7fe39d789cafd6d6070d31e2d24dc
Author: Marek Majkowski <majek04 at gmail.com>
Date:   Wed Oct 26 12:10:19 2011 +0100

    use 0.1 instead of 0.0
---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 04652d0..9bc0d59 100644
--- a/README.md
+++ b/README.md
@@ -73,7 +73,7 @@ but instead of `WebSocket` there is a `SockJS` Javascript object.
 First, you need to load SockJS JavaScript library, for example you can
 put that in your http head:
 
-    <script src="http://cdn.sockjs.org/sockjs-0.0.min.js">
+    <script src="http://cdn.sockjs.org/sockjs-0.1.min.js">
       </script>
 
 After the script is loaded you can establish a connection with the
@@ -189,14 +189,14 @@ In order to utilize best performance you should use the SockJS-client
 releases hosted on SockJS CDN. You should use a version of sockjs-client
 that supports the protocol used by your server. For example:
 
-    <script src="http://cdn.sockjs.org/sockjs-0.0.min.js">
+    <script src="http://cdn.sockjs.org/sockjs-0.1.min.js">
       </script>
 
 A list of files hosted on a CDN is available here: http://sockjs.github.com/sockjs-client/ .
 
 You can also use or CDN via https (using Cloud Front domain name):
 
-    <script src="https://d1fxtkz8shb9d2.cloudfront.net/sockjs-0.0.js">
+    <script src="https://d1fxtkz8shb9d2.cloudfront.net/sockjs-0.1.js">
       </script>
 
 For server-side deployment tricks, especially about load balancing and

-- 
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