From 505228e5898c16db4897fc8c8e0e89117e512fee Mon Sep 17 00:00:00 2001 From: William McVicar <12842622+McMassiveNZ@users.noreply.github.com> Date: Fri, 2 Dec 2022 22:32:21 +0100 Subject: [PATCH] Update README.md Fix the badge for CMake and CI --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d5e6bc7..9c3a2ea 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ # blank-slate -![cmake](https://github.com/McMassiveNZ/blank-slate/blob/main/.github/workflows/cmake.yml/badge.svg) +[![build](https://github.com/McMassiveNZ/blank-slate/actions/workflows/cmake.yml/badge.svg)](https://github.com/McMassiveNZ/blank-slate/actions/workflows/cmake.yml) + A blank slate cpp project containing boilerplate for CMake, testing and basic CI