BrianBelhumeur / node-express-json-rpc2

A node.js Express middleware to handle JSON-RPC (v2) requests within routes
MIT License
13 stars 5 forks source link

Documentation is wrong [README file] #5

Open joeltello opened 10 years ago

joeltello commented 10 years ago

it is

app.use( jsonrpc() );

instead of

app.use( express.jsonrpc() );
joeltello commented 10 years ago

i fixed this one too, same pull request

BrianBelhumeur commented 10 years ago

Thanks Joel, I'll check it out tomorrow!

Brian

On Wed, Aug 13, 2014 at 7:06 PM, Joel Tello notifications@github.com wrote:

Reopened #5 https://github.com/BrianBelhumeur/node-express-json-rpc2/issues/5.

— Reply to this email directly or view it on GitHub https://github.com/BrianBelhumeur/node-express-json-rpc2/issues/5#event-152673721 .