Skip to content

Commit 044b708

Browse files
committed
docs: update build status badge and license link in README
1 parent 43d95de commit 044b708

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
A modular, production-grade utility toolkit for Node.js and TypeScript, designed for robust, scalable applications. All utilities are tree-shakable and can be imported independently.
77

88
<div style="display: flex; flex-wrap: wrap; gap: 0.5rem; margin: 1rem 0;">
9-
<img src="https://img.shields.io/badge/build-passing-brightgreen" alt="Build Status" />
9+
<img src="https://github.com/catbee-technologies/catbee-utils/actions/workflows/ci.yml/badge.svg?label=Build" alt="Build Status" />
1010
<img src="https://codecov.io/gh/catbee-technologies/catbee-utils/graph/badge.svg?token=XAJHK6R1OQ" alt="Coverage" />
1111
<img src="https://img.shields.io/node/v/@catbee/utils" alt="Node Version" />
1212
<img src="https://img.shields.io/npm/v/@catbee/utils" alt="NPM Version" />
@@ -173,4 +173,4 @@ Both import styles are fully supported and tree-shakable. Use whichever fits you
173173

174174
## 📜 License
175175

176-
MIT © Catbee Technologies (see the [LICENSE](https://catbee.in/license/) file for the full text)
176+
MIT © Catbee Technologies (see the [LICENSE](https://catbee.in/license) file for the full text)

0 commit comments

Comments
 (0)