From b8d9a8a2fabd57b1399c116f7be3835754be0c56 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Fri, 8 Sep 2023 17:09:05 -0500 Subject: [PATCH] docs: add nimble shield --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4dd97e8..fa9ce85 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # forge +[![nimble shield](https://img.shields.io/github/v/tag/daylinmorgan/forge?filter=v*&logo=Nim&label=nimble&labelColor=black&color=yellow)](https://nimble.directory/pkg/forge) + + A basic toolchain to forge (cross-compile) your multi-platform `nim` binaries. ## Why?