From 4660010ddb2190fdb34e549b954d84df7dfc0667 Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Mon, 16 Dec 2024 14:10:52 +0800 Subject: [PATCH] Fix CI status badge. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6e18da..66f0420 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # AutoCorrrect for Go -[![Go](https://github.com/longbridge/autocorrect/workflows/Go/badge.svg)](https://github.com/longbridge/autocorrect/actions?query=workflow%3AGo) +[![Test](https://github.com/longbridge/autocorrect/actions/workflows/go.yml/badge.svg)](https://github.com/longbridge/autocorrect/actions/workflows/go.yml) Automatically add whitespace between CJK (Chinese, Japanese, Korean) and half-width characters (alphabetical letters, numerical digits and symbols).