[Pkg-javascript-commits] [sockjs-client] 81/434: typo

Tonnerre Lombard tonnerre-guest at moszumanska.debian.org
Wed Jan 8 00:47:03 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 e53dad8546a27e8c3ee9fd9aee12ff25f6b6de36
Author: Marek Majkowski <majek04 at gmail.com>
Date:   Mon Aug 15 17:25:44 2011 +0100

    typo
---
 README.md | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index c8670d0..95f6d3f 100644
--- a/README.md
+++ b/README.md
@@ -29,8 +29,8 @@ Philosophy:
 Example
 -------
 
-Generally, the SockJS mimics WebSockets API, but instead of
-`WebSocket` there is `SockJS` JavaScript object.
+SockJS mimics [WebSockets API](http://dev.w3.org/html5/websockets/),
+ instead of `WebSocket` there is `SockJS` JavaScript object.
 
 First, you need to load SockJS JavaScript library, for example you can
 put that in your http head:
@@ -126,6 +126,7 @@ To run QUnit tests simply point your browser to
 http://127.0.0.1:8000/.
 
 If you want the javascript to be recompiled when the source files are
-modified and automatically restart the tests run `make serve`. You
-will need 'inotifywait' command from package `inotify-tools`.
+modified and automatically restart the http server run `make
+serve`. You will need 'inotifywait' command from package
+`inotify-tools`.
 

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