From e25f943a55bf35b54ac182e24cd604e6fd8a5094 Mon Sep 17 00:00:00 2001 From: Noah Levenson Date: Sun, 11 Aug 2024 20:45:43 -0700 Subject: [PATCH] unit test badge bug --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 164535f..feb6d11 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ministun -![Unit tests](https://github.com/noahlevenson/ministun/workflows/Unit%20tests/badge.svg) +![Unit tests](https://github.com/noahlevenson/ministun/workflows/Unit%20Tests/badge.svg) STUN (Session Traversal Utilities for NAT) is a simple protocol. A STUN implementation should be simple too.