From 93296d40c1b22ec74f5a994bf47604c41595700a Mon Sep 17 00:00:00 2001 From: coffeepots Date: Thu, 26 Apr 2018 19:52:55 +0100 Subject: [PATCH] Added build badges --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 853f16e..2f66ab6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # 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