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)