diff --git a/README.md b/README.md index 0e170792..8177e517 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # promkit -[![.github/workflows/promkit.yml](https://github.com/ynqa/promkit/actions/workflows/promkit.yml/badge.svg)](https://github.com/ynqa/promkit/actions/workflows/promkit.yml) +[![ci](https://github.com/ynqa/promkit/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/ynqa/promkit/actions/workflows/ci.yml) [![docs.rs](https://img.shields.io/docsrs/promkit)](https://docs.rs/promkit) A toolkit for building your own interactive prompt in Rust. diff --git a/src/lib.rs b/src/lib.rs index 0aa92e0b..7fe62c73 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,6 +1,6 @@ //! # promkit //! -//! [![.github/workflows/promkit.yml](https://github.com/ynqa/promkit/actions/workflows/promkit.yml/badge.svg)](https://github.com/ynqa/promkit/actions/workflows/promkit.yml) +//! [![ci](https://github.com/ynqa/promkit/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/ynqa/promkit/actions/workflows/ci.yml) //! [![docs.rs](https://img.shields.io/docsrs/promkit)](https://docs.rs/promkit) //! //! A toolkit for building your own interactive prompt in Rust.