update requirements/usage

This commit is contained in:
Jacek Sieka 2022-11-24 12:08:27 +01:00 committed by GitHub
parent b4aff8fec5
commit c3fa1a4f0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 7 deletions

View File

@ -7,14 +7,12 @@
Json-Rpc is a library designed to provide an easier interface for working with remote procedure calls. Json-Rpc is a library designed to provide an easier interface for working with remote procedure calls.
# Installation # Usage
`git clone https://github.com/status-im/nim-json-rpc`
### Requirements
* Nim 17.3 and up
```nim
# In your nimble file
require "json_rpc"
```
# Introduction # Introduction