Skip to content

Commit

Permalink
Added credit links and fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ernst Naezer committed Apr 9, 2011
1 parent 8fb3657 commit 8cbed6a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -10,6 +10,12 @@ The request / response sequence looks something like this:
request: {"id":1302294821045,"method":"rpc.add","params":[10,20]}
response: {"id":1302294821045,"result":30,"error":null}

Credits
-------

This library is loosely based on the work of https://github.com/ericflo/node-jsonrpc and https://github.com/andris9/node-jsonrpc


Installation
------------

Expand Down
2 changes: 1 addition & 1 deletion example/client.html
Expand Up @@ -29,6 +29,6 @@

</head>
<body>
Please open you javascript console to see what's going on...
Please open your javascript console to see what's going on...
</body>
</html>

0 comments on commit 8cbed6a

Please sign in to comment.