From 28446eff85affb84da52d2b3bb264147e519e0d5 Mon Sep 17 00:00:00 2001 From: Shahiem Seymor Date: Sat, 11 Aug 2018 23:38:56 +0200 Subject: [PATCH] Add README --- README.md | 26 ++++++++++++++++++++++++++ composer.json | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c4e636c --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ + +# Level ranks by ReFlar + +[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/ReFlar/level-ranks/blob/master/LICENSE) [![Latest Stable Version](https://img.shields.io/packagist/v/reflar/level-ranks.svg)](https://github.com/ReFlar/level-ranks) + +Add a level/expierence bar to your flarum Forum. + +### Installation :balloon: + +Install it with composer: + +```sh +composer require reflar/level-ranks +``` + +### Issues 🐛 + +[Open an issue on Github](https://github.com/ReFlar/level-ranks/issues) + +Suggestions? Please feel free to give me some suggestions + +### Links 🔗 + +- [Github](https://github.com/ReFlar/level-ranks) +- [Packagist](https://packagist.org/packages/reflar/level-ranks) +- [Buy me a house with $1 💰](https://paypal.me/shahiemseymor) diff --git a/composer.json b/composer.json index 4deb3af..0f893da 100755 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "flarum-extension": { "title": "ReFlar Level Ranks", "icon": { - "name": "comments", + "name": "percent", "backgroundColor": "#f4f4f4", "color": "#000" }