Skip to content

Commit 345dc44

Browse files
committed
Add a link to the travis site from the status image in README.
1 parent cafdb53 commit 345dc44

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
.. image:: https://secure.travis-ci.org/stephenmcd/django-socketio.png?branch=master
2+
:target: http://travis-ci.org/#!/stephenmcd/django-socketio
23

34
Created by `Stephen McDonald <http://twitter.com/stephen_mcd>`_
45

56
State of django-socketio
67
========================
78

8-
django-socketio is currently bound to socket.io 0.6, which is considerably
9-
out of date. It's fully functional, but some browsers now have newer
9+
django-socketio is currently bound to socket.io 0.6, which is considerably
10+
out of date. It's fully functional, but some browsers now have newer
1011
implentations of WebSockets, and so alternative socket.io transports are
1112
fallen back to in these cases.
1213

13-
Work is currently underway to bring django-socketio up to date with the
14-
latest gevent-socktio, which has just recently started to support
14+
Work is currently underway to bring django-socketio up to date with the
15+
latest gevent-socktio, which has just recently started to support
1516
socket.io 0.8
1617

1718
Follow this thread for more info:
@@ -90,7 +91,7 @@ Once installed you can then add ``django_socketio`` to your
9091
url("", include('django_socketio.urls')),
9192
)
9293

93-
The client-side JavaScripts for Socket.IO and its extensions can then
94+
The client-side JavaScripts for Socket.IO and its extensions can then
9495
be added to any page with the ``socketio`` templatetag::
9596

9697
<head>

0 commit comments

Comments
 (0)