From 9efe1a98b1e088561c36ee9bbc55012f08c8f65f Mon Sep 17 00:00:00 2001 From: bloeys Date: Sat, 4 May 2024 22:54:40 +0400 Subject: [PATCH] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c3a87ea..8944b5d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # gglm -[![test-gglm](https://github.com/bloeys/gglm/actions/workflows/test-gglm.yml/badge.svg)](https://github.com/bloeys/gglm/actions/workflows/test-gglm.yml) +[![Tests](https://github.com/bloeys/gglm/actions/workflows/test-gglm.yml/badge.svg)](https://github.com/bloeys/gglm/actions/workflows/test-gglm.yml) Fast OpenGL/Graphics focused Mathematics library in Go inspired by the c++ library [glm](https://github.com/g-truc/glm).