From 552e0bd626e25985fbe955ab7babfd7e066210a9 Mon Sep 17 00:00:00 2001 From: Champii Date: Mon, 4 Oct 2021 11:47:43 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 933d6795..7143147b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Rock v0.1.7 -[![Rust](https://github.com/Champii/Rock/actions/workflows/rust.yml/badge.svg?branch=main)](https://github.com/Champii/Rock/actions/workflows/rust.yml) +[![Rust](https://github.com/Champii/Rock/actions/workflows/rust.yml/badge.svg?branch=master)](https://github.com/Champii/Rock/actions/workflows/rust.yml) Little toy language made with Rust and LLVM. Aim to follow the Rust model with enforced safeness with a borrow checker and native performances thanks to LLVM.