Skip to content

Commit 577a7da

Browse files
committed
readme jsonrpc2-tools
1 parent 755c90e commit 577a7da

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ JSON-RPC 2.0 server and client library, with `HTTP` (with `Websocket` support) a
88

99
This fork is a rewrite with proper testing framework, linted code, compatible with node 0.8.x and 0.10.x, class inheritance, and added functionalities
1010

11+
## Tools
12+
13+
Check [jsonrpc2-tools](https://www.npmjs.org/package/jsonrpc2-tools) for some nice additions to this module.
14+
1115
## Install
1216

1317
To install node-jsonrpc2 in the current directory, run:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-rpc2",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"description": "JSON-RPC 2.0 server and client library, with HTTP, TCP and Websocket endpoints",
55
"main": "./src/jsonrpc.js",
66
"keywords": [

0 commit comments

Comments
 (0)