From 57a85c8f60bcf0aeb7b273c1e44f8c2e9b537cde Mon Sep 17 00:00:00 2001 From: alexm-status <38202046+alexm-status@users.noreply.github.com> Date: Sun, 27 May 2018 22:03:25 -0700 Subject: [PATCH] Update README.md --- README.md | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 2f66ab6..736469a 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,22 @@ -# Nim-eth-rpc +**Nim-eth-rpc** [![Build Status (Travis)](https://img.shields.io/travis/status-im/nim-eth-rpc/master.svg?label=Linux%20/%20macOS "Linux/macOS build status (Travis)")](https://travis-ci.org/status-im/nim-eth-rpc) [![Windows build status (Appveyor)](https://img.shields.io/appveyor/ci/jarradh/nim-eth-rpc/master.svg?label=Windows "Windows build status (Appveyor)")](https://ci.appveyor.com/project/jarradh/nim-eth-rpc) Nim-eth-rpc is designed to provide remote procedure calls to the Nimbus Ethereum research project. -## Installation - -### Requirements -* Nim 17.3 and up +# Installation `git clone https://github.com/status-im/nim-eth-rpc` -## Usage -### Server +## Requirements +* Nim 17.3 and up + + +# Usage + +## Server ```nim import rpcserver, asyncdispatch @@ -25,7 +27,7 @@ when isMainModule: runForever() ``` -### Client +## Client ```nim import rpcclient, asyncdispatch, json @@ -40,10 +42,10 @@ waitFor main() ``` -## Contributing +# Contributing Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate. -## License -[MIT](https://choosealicense.com/licenses/mit/) \ No newline at end of file +# License +[MIT](https://choosealicense.com/licenses/mit/)