Skip to content

Commit 5dc0937

Browse files
authored
Merge pull request #19 from shogowada/develop
Update README.md
2 parents 3b98c9e + 5e5d54d commit 5dc0937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/jsonRpcFunction/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ When you invoke an `foo` function from client, passing your function as `bar`, i
129129
}
130130
```
131131

132-
When server receives it, it will create a JSON-RPC client for the given method, then pass it to the API implementation. So when server invokes `bar`, it will send another JSON-RPC request to the client.
132+
When server receives it, it will create a JSON-RPC client for the given method, then pass it to the API implementation as `bar` function. So when server invokes `bar`, it will send another JSON-RPC request to the client.
133133

134134
```json
135135
{

0 commit comments

Comments
 (0)