From 7804701d6ba6b0a66fa80ce6de73beded8c9e870 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Sat, 27 Apr 2024 13:33:47 +0530 Subject: [PATCH] chore(README): add icons --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index db1b17f..8c80dd6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ - +[![wally][wally-image]][wally-link] +[![AGPL-3.0 licensed][license-image]][license-link] +[![docs][docs-image]][docs-link] +[![CI][ci-image]][ci-link] + ## [read the docs](https://rusty-luau.devcomp.xyz/api/) strongly typed implementations of various rust idioms in luau. @@ -9,3 +13,14 @@ currently, the following implementations are available: - [Future](https://rusty-luau.devcomp.xyz/api/Future) - [Option](https://rusty-luau.devcomp.xyz/api/Option) - [Result](https://rusty-luau.devcomp.xyz/api/Result) + +[//]: # (badges) + +[wally-image]: https://img.shields.io/github/v/tag/CompeyDev/rusty-luau?label=wally&logo=lua +[wally-link]: https://wally.run/package/compeydev/rusty-luau +[docs-image]: https://github.com/CompeyDev/rusty-luau/actions/workflows/docs.yaml/badge.svg +[docs-link]: https://rusty-luau.devcomp.xyz/ +[license-image]: https://img.shields.io/github/license/CompeyDev/rusty-luau +[license-link]: /LICENSE.md +[ci-image]: https://github.com/CompeyDev/rusty-luau/actions/workflows/ci.yaml/badge.svg +[ci-link]: https://github.com/CompeyDev/rusty-luau/actions/workflows/ci.yaml