From 751d2040c7b4c4fd94518373f56aacb77bbe19d3 Mon Sep 17 00:00:00 2001 From: MatMasIt Date: Mon, 18 Oct 2021 09:00:27 +0200 Subject: [PATCH] Added license badge --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3e9d451..8b89996 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # Ropipe + +![GitHub](https://img.shields.io/github/license/MatMasIt/ropipe) + > Convert roman numbers to integers and vice-versa in pipes ## What is ropipe? Ropipe converts decimal integers to roman numbers and vice versa, reading from stdin and printing to stdout, it is meant to primarily be used in pipes.