git.fiddlerwoaroof.com
Browse code

Edited README.markdown via GitHub

fiddlerwoaroof authored on 26/05/2011 22:16:41
Showing 1 changed files
... ...
@@ -7,9 +7,6 @@ You can get started with:
7 7
 
8 8
 - Python 2.6: `python -m jsonrpc.__main__ <host name>`
9 9
 
10
-After the python interpreter starts up, you can do things like
11
-(if the JSON-RPC Server supports the methods called):
12
-
13 10
     >>> server.add(1, 2)
14 11
     3
15 12
     >>> server.subtract(3,2)