From 284cf5719f07efb19b6a1d647e983ef4e159b065 Mon Sep 17 00:00:00 2001 From: philipmi Date: Sat, 11 Feb 2023 16:53:09 +0100 Subject: [PATCH] Update README.md --- license.txt => LICENSE | 0 README.md | 6 +++++- 2 files changed, 5 insertions(+), 1 deletion(-) rename license.txt => LICENSE (100%) diff --git a/license.txt b/LICENSE similarity index 100% rename from license.txt rename to LICENSE diff --git a/README.md b/README.md index cf99f68..ba08868 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ Brick Walls === +[![ContentDB](https://content.minetest.net/packages/philipmi/brickwalls/shields/title/)](https://content.minetest.net/packages/philipmi/brickwalls/) +[![ContentDB](https://content.minetest.net/packages/philipmi/brickwalls/shields/downloads/)](https://content.minetest.net/packages/philipmi/brickwalls/stats/) +[![License](https://img.shields.io/badge/license-MIT-brightgreen)](#license) +![Screenshot](screenshot.png) This simple mod adds brick walls for the walls mod. There are walls for many types of bricks from different mods. @@ -27,4 +31,4 @@ For the walls to be added, it's required to enable the mods containing the corre License ---- -Code for this mod is released under MIT (https://opensource.org/licenses/MIT). +Code for this mod is released under [MIT](https://spdx.org/licenses/MIT.html) (see [LICENSE](LICENSE)).