Skip to content

Commit

Permalink
chore: added 💡 emoji and corrected more urls in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Aldo Borrero committed Apr 24, 2020
1 parent 28665ec commit c179195
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
<h1 align="center">✨ Gradle Solidity Plugin ✨</h1>
<h1 align="center">✨ Solidity Gradle Plugin ✨</h1>

<p align="center">
<a href="https://github.com/41north/gradle-solidity-plugin/workflows/KtLint/badge.svg">
<a href="https://github.com/41north/solidity-gradle-plugin/workflows/KtLint/badge.svg">
<img alt="KtLint" height="20px" src="https://github.com/41north/gradle-solidity-plugin/workflows/KtLint/badge.svg" />
</a>
<a href="https://img.shields.io/github/license/41north/gradle-solidity-plugin?style=flat-square">
<img alt="Gradle Solidity Plugin License" height="20px" src="https://img.shields.io/github/license/41north/gradle-solidity-plugin?style=flat-square" />
<a href="https://img.shields.io/github/license/41north/solidity-gradle-plugin?style=flat-square">
<img alt="Gradle Solidity Plugin License" height="20px" src="https://img.shields.io/github/license/41north/solidity-gradle-plugin?style=flat-square" />
</a>
</p>

<p align="center">
A <b>Gradle plugin</b> that aids in compiling <a href="https://solidity.readthedocs.io/en/v0.6.6/">Solidity</a> sources with <a href="https://www.docker.com/">Docker</a>, written in <a href="https://kotlinlang.org">Kotlin</a>.
</p>

## Introduction
## 💡 Introduction

This plugin was developed originally for [Exflo](https://github.com/41north/exflo). As current existing solutions are either old or relies on `groovy`, we thought it might be useful as this version is written using gradle's `kotlin-dsl`.

Expand Down Expand Up @@ -61,7 +61,7 @@ We welcome any kind of contribution or support to this project but before to do

Also, we are not only limited to technical contributions. Things that make us happy are:

* Add a [GitHub Star](https://github.com/41north/gradle-solidity-plugin/stargazers) to the project.
* Add a [GitHub Star](https://github.com/41north/solidity-gradle-plugin/stargazers) to the project.
* Tweet about this project.
* Write a review or tutorial.

Expand Down

0 comments on commit c179195

Please sign in to comment.