Add shields (from shields.io) to README.md (#12)

This commit is contained in:
PROgrm_JARvis 2018-10-02 12:54:25 +03:00 committed by Nathan Adams
parent e60b24f36b
commit d3cb749c4b

View file

@ -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 (<bar>)`
![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)