From 10e0c8477fc8ab61245559d3a26759bfa3264d59 Mon Sep 17 00:00:00 2001 From: caelansar <819711623@qq.com> Date: Mon, 11 Dec 2023 21:18:50 +0800 Subject: [PATCH] doc: add badge --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 39e7729..e649ee7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,9 @@ # Caescript + +[![CI](https://github.com/caelansar/caescript/actions/workflows/build.yml/badge.svg)](https://github.com/caelansar/caescript/actions/workflows/build.yml) +[![Release](https://img.shields.io/github/v/release/caelansar/caescript.svg)](https://github.com/caelansar/caescript/releases) +[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) + A dialect of the [Monkey programming language](https://monkeylang.org/) written in Rust, has both interpreted and compiled implementation ## What’s Monkey?