update requirements/usage
This commit is contained in:
parent
b4aff8fec5
commit
c3fa1a4f0f
12
README.md
12
README.md
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue