diff options
author | hozan <119854621+hozan23@users.noreply.github.com> | 2023-11-19 23:54:01 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-19 23:54:01 +0300 |
commit | f4536422afb23e3fb41d3cc8495a536105ae95d1 (patch) | |
tree | a75ff0859704e0c6e3b1f6b62262a584409e4ba5 | |
parent | 314b99fed9632f2aa319c7f21a11fa9a377eba36 (diff) |
jsonrpc: minor changes to the README file
-rw-r--r-- | jsonrpc/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jsonrpc/README.md b/jsonrpc/README.md index 5c4a81e..52a9146 100644 --- a/jsonrpc/README.md +++ b/jsonrpc/README.md @@ -1,6 +1,6 @@ # karyons jsonrpc -A fast and lightweight async [JSONRPC2.0](https://www.jsonrpc.org/specification) implementation. +A fast and lightweight async [JSON-RPC 2.0](https://www.jsonrpc.org/specification) implementation. ## Example |