Skip to content

Commit 0da30f1

Browse files
authored
Remove not existing 1.0 Support from documentation (Closes #36)
1 parent e2189e3 commit 0da30f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111

1212
![json-rpc-cxx-icon](doc/icon.png)
1313

14-
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).
14+
A [JSON-RPC](https://www.jsonrpc.org/) 2.0 framework implemented in C++17 using the [nlohmann's json for modern C++](https://github.com/nlohmann/json).
1515

16-
- JSON-RPC 1.0 and 2.0 compliant client
17-
- JSON-RPC 1.0 and 2.0 compliant server
16+
- JSON-RPC 2.0 compliant client
17+
- JSON-RPC 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)