Skip to content

Commit

Permalink
Update readme to fix workflow status according to badges/shields#8671
Browse files Browse the repository at this point in the history
  • Loading branch information
moyerr authored Dec 30, 2022
1 parent 9679d5d commit f218888
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -248,4 +248,4 @@ Format("For the love of %@") {
> }
>
> // Iced latte: -4.49
> ```
> ```

0 comments on commit f218888

Please sign in to comment.