From 5a7ea580248471f53afe0096185c6a12334a83b3 Mon Sep 17 00:00:00 2001 From: Elias Ojala Date: Sun, 7 Oct 2018 12:37:32 +0300 Subject: [PATCH] Make fork button clickable --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e51bf61..bc39186 100644 --- a/README.md +++ b/README.md @@ -132,4 +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) +[![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)