Skip to content

Commit fc19e3c

Browse files
authored
Fix typo in README.md
1 parent 08e0225 commit fc19e3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
A [JSON-RPC](https://www.jsonrpc.org/) (1.0 & 2.0) framework implemented in C++17 using the [nlohmann's json for modern C++](https://github.com/nlohmann/json).
1515

1616
- JSON-RPC 1.0 and 2.0 compliant client
17-
- JSON-RCP 1.0 and 2.0 compliant server
17+
- JSON-RPC 1.0 and 2.0 compliant server
1818
- Transport agnostic interfaces
1919
- Compile time type mapping (using [nlohmann's arbitrary type conversion](https://github.com/nlohmann/json#arbitrary-types-conversions))
2020
- Runtime type checking

0 commit comments

Comments
 (0)