From c3fa1a4f0f4879a74c8b190c6e87ff752609befb Mon Sep 17 00:00:00 2001 From: Jacek Sieka Date: Thu, 24 Nov 2022 12:08:27 +0100 Subject: [PATCH] update requirements/usage --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 2ed2e3e..320b8e3 100644 --- a/README.md +++ b/README.md @@ -7,14 +7,12 @@ Json-Rpc is a library designed to provide an easier interface for working with remote procedure calls. -# Installation - -`git clone https://github.com/status-im/nim-json-rpc` - - -### Requirements -* Nim 17.3 and up +# Usage +```nim +# In your nimble file +require "json_rpc" +``` # Introduction