From 8a5705d1a7d2ca919273935194f5e67d546945d3 Mon Sep 17 00:00:00 2001 From: Obijuan Date: Wed, 26 May 2021 13:48:56 +0200 Subject: [PATCH] Readme reformated --- icm/__init__.py | 2 +- icm/resources/README.tpl.md | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/icm/__init__.py b/icm/__init__.py index c44ecf7..490f6c4 100644 --- a/icm/__init__.py +++ b/icm/__init__.py @@ -5,7 +5,7 @@ # -- Author Jesús Arroyo # -- Licence GPLv2 -VERSION = (0, 4, 6) +VERSION = (0, 4, 7) __version__ = ".".join([str(s) for s in VERSION]) __title__ = "icm" diff --git a/icm/resources/README.tpl.md b/icm/resources/README.tpl.md index 1820345..d768bfd 100644 --- a/icm/resources/README.tpl.md +++ b/icm/resources/README.tpl.md @@ -7,6 +7,10 @@ $logo $description $wiki +## License + +Licensed under [$license](https://opensource.org/licenses/$license). + ## Install For installing and using this colection in Icestudio follow these steps: @@ -15,14 +19,11 @@ For installing and using this colection in Icestudio follow these steps: * Install the collection: *Tools > Collections > Add* * Select the collection: *Select > Collection* +$languages $blocks $examples -$languages $authors $contributors -## License - -Licensed under [$license](https://opensource.org/licenses/$license). [icestudio-image]: https://img.shields.io/badge/collection-icestudio-blue.svg