From 4f42b8c367c4f946efa6deac821355814c781a6f Mon Sep 17 00:00:00 2001
From: Rigidity <me@rigidnetwork.com>
Date: Thu, 29 Aug 2024 13:11:38 -0400
Subject: [PATCH] Fix readme badges for CI

---
 README.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index f39cefc33..96f9efe1f 100644
--- a/README.md
+++ b/README.md
@@ -2,8 +2,9 @@
 
 ![GitHub](https://img.shields.io/github/license/Chia-Network/chia_rs?logo=Github)
 [![Coverage Status](https://coveralls.io/repos/github/Chia-Network/chia_rs/badge.svg?branch=main)](https://coveralls.io/github/Chia-Network/chia_rs?branch=main)
-![Build](https://github.com/Chia-Network/chia_rs/actions/workflows/build-crate-and-npm.yml/badge.svg)
-![Test](https://github.com/Chia-Network/chia_rs/actions/workflows/build-test.yml/badge.svg)
+![Build Crate](https://github.com/Chia-Network/chia_rs/actions/workflows/build-crate.yml/badge.svg)
+![Build NPM](https://github.com/Chia-Network/chia_rs/actions/workflows/build-npm.yml/badge.svg)
+![Build Wheels](https://github.com/Chia-Network/chia_rs/actions/workflows/build-wheels.yml/badge.svg)
 
 ![PyPI](https://img.shields.io/pypi/v/chia_rs?logo=pypi)
 ![PyPI - Format](https://img.shields.io/pypi/format/chia_rs?logo=pypi)