From d81245e3ab1b49aecb9fbc0824b7444f3bde9a0c Mon Sep 17 00:00:00 2001 From: Art <4998038+Alorel@users.noreply.github.com> Date: Fri, 26 Jul 2024 20:39:09 +0100 Subject: [PATCH] chore: Fix CI badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d22eb81..908d8b9 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Wraps the [web_sys](https://crates.io/crates/web_sys) Indexed DB API in a Future-based API and removes the pain of dealing with Javascript callbacks in Rust. -[![master CI badge](https://github.com/Alorel/rust-indexed-db/actions/workflows/core.yml/badge.svg)](https://github.com/Alorel/rust-indexed-db/actions/workflows/core.yml) +[![master CI badge](https://github.com/Alorel/rust-indexed-db/actions/workflows/test.yml/badge.svg)](https://github.com/Alorel/rust-indexed-db/actions/workflows/test.yml) [![crates.io badge](https://img.shields.io/crates/v/indexed_db_futures)](https://crates.io/crates/indexed_db_futures) [![docs.rs badge](https://img.shields.io/docsrs/indexed_db_futures?label=docs.rs)](https://docs.rs/indexed_db_futures) [![dependencies badge](https://img.shields.io/librariesio/release/cargo/indexed_db_futures)](https://libraries.io/cargo/indexed_db_futures)