git.fiddlerwoaroof.com
Browse code

Edited README.markdown via GitHub

fiddlerwoaroof authored on 26/05/2011 22:17:15
Showing 1 changed files
... ...
@@ -3,9 +3,10 @@ A JSON-RPC 2.0 implementation for Python (Python 3 not supported)
3 3
 
4 4
 You can get started with:
5 5
 
6
-- Python 2.7: `python -m jsonrpc <host name>`
6
+Python 2.7: `python -m jsonrpc <host name>`
7
+
8
+Python 2.6: `python -m jsonrpc.__main__ <host name>`
7 9
 
8
-- Python 2.6: `python -m jsonrpc.__main__ <host name>`
9 10
 
10 11
      >>> server.add(1, 2)
11 12
      3