git.fiddlerwoaroof.com
Browse code

Edited README.markdown via GitHub

fiddlerwoaroof authored on 26/05/2011 22:16:20
Showing 1 changed files
... ...
@@ -3,13 +3,9 @@ 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:
7
-   
8
-    $ python -m jsonrpc <host name>
6
+- Python 2.7: `python -m jsonrpc <host name>`
9 7
 
10
-- Python 2.6
11
-
12
-    `$ python -m jsonrpc.__main__ <host name>`
8
+- Python 2.6: `python -m jsonrpc.__main__ <host name>`
13 9
 
14 10
 After the python interpreter starts up, you can do things like
15 11
 (if the JSON-RPC Server supports the methods called):