From abed00f474a1cbfed87ceb62fb3651a246180053 Mon Sep 17 00:00:00 2001 From: pablofullana Date: Thu, 1 Nov 2018 10:44:55 -0300 Subject: [PATCH] Rearrange badges --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2b0a5c2..d7a6f244 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@ [![NPM version](https://badge.fury.io/js/solhint.svg)](https://npmjs.org/package/solhint) [![Coverage Status](https://coveralls.io/repos/github/protofire/solhint/badge.svg?branch=master)]( https://coveralls.io/github/protofire/solhint?branch=master) -[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/protofire/solhint/master/LICENSE) [![Black Duck Security Risk](https://copilot.blackducksoftware.com/github/repos/protofire/solhint/branches/master/badge-risk.svg)](https://copilot.blackducksoftware.com/github/repos/protofire/solhint/branches/master) [![dependencies Status](https://david-dm.org/protofire/solhint/status.svg)](https://david-dm.org/protofire/solhint) [![devDependencies Status](https://david-dm.org/protofire/solhint/dev-status.svg)](https://david-dm.org/protofire/solhint?type=dev) +[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/protofire/solhint/master/LICENSE) This is an open source project for linting [Solidity](http://solidity.readthedocs.io/en/develop/) code. This project provides both **Security** and **Style Guide** validations.