From 4522cd89742d7891d2d7b826aabdccca9fd05f19 Mon Sep 17 00:00:00 2001 From: wrapperup Date: Wed, 6 Mar 2024 23:12:34 -0500 Subject: [PATCH] fix badge in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a91b060..6c8cbe1 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ tree-sitter-vento -[![Tests](https://github.com/ventojs/tree-sitter-vento/workflows/Test/badge.svg?branch=main)](https://github.com/ventojs/vento/actions/workflows/test.yml) +[![Tests](https://github.com/ventojs/tree-sitter-vento/actions/workflows/test.yml/badge.svg)](https://github.com/ventojs/tree-sitter-vento/actions/workflows/test.yml) [![Discord](https://img.shields.io/badge/join-chat-blue?logo=discord&logoColor=white)](https://discord.gg/YbTmpACHWB) A [tree-sitter](https://github.com/tree-sitter/tree-sitter) parser for the [Vento](https://vento.js.org/) templating language.