mirror of
https://github.com/samsonjs/cpwebsocket.git
synced 2026-04-27 15:07:39 +00:00
fix markdown in README
This commit is contained in:
parent
72ee93e487
commit
7c5c87a001
1 changed files with 6 additions and 6 deletions
12
README.md
12
README.md
|
|
@ -3,16 +3,16 @@ CPWebSocket
|
||||||
|
|
||||||
A WebSocket implementation for Cappuccino.
|
A WebSocket implementation for Cappuccino.
|
||||||
|
|
||||||
Test it out by running runserver.js from node.websocket[1] (with
|
Test it out by running runserver.js from
|
||||||
Node[2]) and then browsing to TestHarness/index.html with a browser
|
[node.websocket](http://github.com/shazow/node.websocket.js) (with
|
||||||
that supports WebSockets (such as Google Chrome).
|
[Node](http://github.com/ry/node)) and then browsing to
|
||||||
|
TestHarness/index.html with a browser that supports WebSockets (such
|
||||||
[1] http://github.com/shazow/node.websocket.js
|
as Google Chrome).
|
||||||
[2] http://github.com/ry/node
|
|
||||||
|
|
||||||
|
|
||||||
License
|
License
|
||||||
=======
|
=======
|
||||||
|
|
||||||
Copyright 2010 Sami Samhuri
|
Copyright 2010 Sami Samhuri
|
||||||
|
|
||||||
MIT License
|
MIT License
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue