From f218888143b92a828362640f8ced2852210f948a Mon Sep 17 00:00:00 2001 From: Robbie Moyer Date: Thu, 29 Dec 2022 19:28:26 -0500 Subject: [PATCH] Update readme to fix workflow status according to badges/shields#8671 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ef3f288..42aceac 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # 💰 RichStringKit 🔡 ![Swift Version 5.7](https://img.shields.io/badge/Swift-5.7-F05138) -![GitHub Workflow Status](https://img.shields.io/github/workflow/status/moyerr/RichStringKit/Swift/main?label=Build&logo=github) +![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/moyerr/RichStringKit/swift.yml?branch=main&label=Build&logo=github) ![Updated](https://img.shields.io/github/last-commit/moyerr/RichStringKit/main?color=1f6feb&label=Updated) RichStringKit is a declarative DSL for building rich text in Swift. @@ -248,4 +248,4 @@ Format("For the love of %@") { > } > > // Iced latte: -4.49 -> ``` \ No newline at end of file +> ```