summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authora14m <[email protected]>2020-12-09 19:11:51 +0100
committera14m <[email protected]>2020-12-09 19:11:51 +0100
commit095fb94fa6893535fd147e84965bba072a5ce6b9 (patch)
tree587ed898bdfedd027ae90bc520259beb228ba3a7 /README.md
parentacdc1f2621f7aa2148586b2f2943874cc234a76f (diff)
Add extra badges
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index cb684cc..b2b6889 100644
--- a/README.md
+++ b/README.md
@@ -3,4 +3,9 @@
A repo that includes a different implementations for [Game of Life](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life)
in the following languages
- - [Ruby](./CLI/ruby) [![pipeline status](https://gitlab.com/a14m/game-of-life/badges/master/pipeline.svg)](https://gitlab.com/a14m/game-of-life/-/commits/master)
+[![pipeline status](https://gitlab.com/a14m/game-of-life/badges/master/pipeline.svg)](https://gitlab.com/a14m/game-of-life/-/commits/master)
+[![license](https://img.shields.io/badge/license-MIT-brightgreenA)](https://gitlab.com/a14m/game-of-life/-/blob/master/LICENSE.md)
+
+ - [Ruby](./CLI/ruby)
+
+![Gem](https://img.shields.io/gem/v/terminal_game_of_life)