From d3cb749c4ba5eaa487b6e64b91641fc7394b445b Mon Sep 17 00:00:00 2001 From: PROgrm_JARvis Date: Tue, 2 Oct 2018 12:54:25 +0300 Subject: [PATCH] Add shields (from shields.io) to README.md (#12) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f0956a..81b9c1e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -# Brigadier +# Brigadier ![GitHub release](https://img.shields.io/github/release/Mojang/brigadier.svg) ![GitHub](https://img.shields.io/github/license/Mojang/brigadier.svg) + Brigadier is a command parser & dispatcher, designed and developed for Minecraft: Java Edition and now freely available for use elsewhere under the MIT license. # Installation @@ -131,3 +132,4 @@ There are two forms of "usage strings" provided by this library, both require a `getSmartUsage(node, source)` will return a map of the child nodes to their "smart usage" human readable path. This tries to squash future-nodes together and show optional & typed information, and can look like `foo ()` +![GitHub forks](https://img.shields.io/github/forks/Mojang/brigadier.svg?style=social&label=Fork) ![GitHub stars](https://img.shields.io/github/stars/Mojang/brigadier.svg?style=social&label=Stars)