Skip to content

Commit 3cadf2b

Browse files
committed
Merge branch 'master' of github.com:rustamwin/rpc-controllers
2 parents 5c1a710 + c07f056 commit 3cadf2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ You can use rpc-controllers with [express.js][1] or [koa.js][2].
9898
```
9999
> if you are koa user you just need to use `createKoaServer` instead of `createExpressServer`
100100

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`.
101+
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`.
102102

103103
[1]: http://expressjs.com/
104104
[2]: http://koajs.com/
105-
[3]: https://www.jsonrpc.org/specification
105+
[3]: https://www.jsonrpc.org/specification

0 commit comments

Comments
 (0)