git.fiddlerwoaroof.com
Browse code

Edited README.markdown via GitHub

fiddlerwoaroof authored on 31/05/2011 17:32:01
Showing 1 changed files
... ...
@@ -3,12 +3,12 @@ A JSON-RPC 2.0 implementation for Python (Python 3 not supported yet)
3 3
 
4 4
 ## Getting Started
5 5
 
6
-- Start the Server:
6
+### Start the Server:
7 7
 
8 8
     % python -m jsonrpc.example_server
9 9
     Listening on port 8007...
10 10
 
11
-- Start the Client:
11
+### Start the Client:
12 12
   
13 13
   Python 2.7: `python -m jsonrpc <host name>`
14 14