Skip to content

Commit d470206

Browse files
committed
updated readme
1 parent a4a653c commit d470206

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Requirements
7171
As a standalone client, ws4py only requires Python 2.6.6 or above though it hasn't been ported to Python 3.x yet.
7272

7373
* Tornado client requires Tornado 2.0.x (https://github.com/facebook/tornado)
74-
* CherryPy server requires CherryPy 3.2.2 (http://dowload.cherrypy.org/cherrypy/3.2.1/)
74+
* CherryPy server requires CherryPy 3.2.2 (http://dowload.cherrypy.org/cherrypy/3.2.2/)
7575
* gevent server requires gevent gevent 0.13.6 and 1.0.0dev (http://pypi.python.org/pypi/gevent/0.13.6)
7676

7777

@@ -134,8 +134,10 @@ Examples
134134

135135
ws4py comes with a few examples:
136136

137-
* The echo_cherrypy_server provides a simple Echo server. It requires CherryPy 3.2.2. Once started, you can point your browser (it has been tested with Chrome 15.0.854.0).
138-
Open a couple of tabs pointing at http://localhost:9000 and chat accross those tables.
137+
* The ```echo_cherrypy_server``` example provides a simple Echo server. It requires CherryPy 3.2.2.
138+
Open a couple of tabs pointing at http://localhost:9000 and chat accross those tables. Tested with:
139+
* Chrome 17.0.963.83
140+
* Firefox 11
139141

140142
* The droid_sensor_cherrypy_server broadcasts sensor metrics to clients. Point your browser to http://localhost:9000
141143
Then run the droid_sensor module from your Android device using SL4A.

0 commit comments

Comments
 (0)