From 55f6e25c0374a84c529e2cf173f6240d239adb2b Mon Sep 17 00:00:00 2001 From: BeetMacol Date: Sun, 14 Feb 2021 14:33:21 +0100 Subject: [PATCH] Correct README punctuation Add two missing dots and remove space before exclamation mark --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ea63ffa..077684d 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ And then use this library (change `(the latest version)` to the latest version!) ``` # Contributing -Contributions are welcome ! :D +Contributions are welcome! :D Most contributions will require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com. @@ -128,8 +128,8 @@ the reason why is inside this exception map. ## Displaying usage info There are two forms of "usage strings" provided by this library, both require a target node. -`getAllUsage(node, source, restricted)` will return a list of all possible commands (executable end-points) under the target node and their human readable path. If `restricted`, it will ignore commands that `source` does not have access to. This will look like [`foo`, `foo `] +`getAllUsage(node, source, restricted)` will return a list of all possible commands (executable end-points) under the target node and their human readable path. If `restricted`, it will ignore commands that `source` does not have access to. This will look like [`foo`, `foo `]. -`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 ()` +`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)](https://github.com/Mojang/brigadier/fork) [![GitHub stars](https://img.shields.io/github/stars/Mojang/brigadier.svg?style=social&label=Stars)](https://github.com/Mojang/brigadier/stargazers)