diff --git a/README.md b/README.md index b4900446..1d31513b 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,12 @@

- +

By Protofire

-[![Join Discord](https://img.shields.io/badge/join-Discord-red)](https://discord.gg/4TYGq3zpjs) +[![](https://img.shields.io/badge/Solhint%20Website-cyan)](https://protofire.io/projects/solhint) +[![](https://img.shields.io/badge/Join%20Our%20Discord-magenta)](https://discord.gg/4TYGq3zpjs) [![Donate with Ethereum](https://img.shields.io/badge/Donate-ETH-blue)](https://etherscan.io/address/0xA81705c8C247C413a19A244938ae7f4A0393944e) [![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)]( @@ -14,8 +15,10 @@ https://coveralls.io/github/protofire/solhint?branch=master) 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. - +
+[VISIT OUR WEBSITE](https://protofire.io/projects/solhint)
[JOIN OUR DISCORD SERVER](https://discord.gg/4TYGq3zpjs) +
## Installation You can install Solhint using **npm**: diff --git a/docker/Dockerfile b/docker/Dockerfile index 282d277f..5ace9197 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,5 +1,5 @@ FROM node:20-alpine LABEL maintainer="diego.bale@protofire.io" -ENV VERSION=4.0.0 +ENV VERSION=4.1.0 RUN npm install -g solhint@"$VERSION" \ No newline at end of file