There was an error while loading. Please reload this page.
2 parents 5c1a710 + c07f056 commit 3cadf2bCopy full SHA for 3cadf2b
README.md
@@ -98,8 +98,8 @@ You can use rpc-controllers with [express.js][1] or [koa.js][2].
98
```
99
> if you are koa user you just need to use `createKoaServer` instead of `createExpressServer`
100
101
-3. Send a JSON-RPC 2.0 request to `http://localhost:3000` using the `math.add` method and the `[1, 1]` params. You will get the result `2`.
+3. Send a JSON-RPC 2.0 request to `http://localhost:3000` using the method `math.add` and the params `[1, 1]`. You will get the result `2`.
102
103
[1]: http://expressjs.com/
104
[2]: http://koajs.com/
105
-[3]: https://www.jsonrpc.org/specification
+[3]: https://www.jsonrpc.org/specification
0 commit comments