Update README.md

This commit is contained in:
Jacek Sieka 2022-11-24 12:09:06 +01:00 committed by GitHub
parent c3fa1a4f0f
commit 3defa1719d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ Json-Rpc is a library designed to provide an easier interface for working with r
```nim
# In your nimble file
require "json_rpc"
requires "json_rpc"
```
# Introduction