Skip to content

Commit 05182c2

Browse files
committed
Chore: simplify badge styles in README.md
1 parent bd3d4a0 commit 05182c2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
![bundle size](https://img.shields.io/bundlephobia/minzip/@thaterror/core)
99
![typescript](https://badgen.net/badge/icon/typescript?icon=typescript&label)
1010
[![CodeQL Analysis](https://github.com/tarnishablec/thaterror/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/tarnishablec/thaterror/actions/workflows/codeql-analysis.yml)
11-
[![Total TypeScript](https://img.shields.io/badge/Types-100%25%20Safe-blue?style=flat-square)](https://github.com/tarnishablec/thaterror)
12-
[![No Any](https://img.shields.io/badge/Any-None-success?style=flat-square)](https://github.com/tarnishablec/thaterror)
11+
[![Total TypeScript](https://img.shields.io/badge/Types-100%25%20Safe-blue)](https://github.com/tarnishablec/thaterror)
12+
[![No Any](https://img.shields.io/badge/Any-None-success)](https://github.com/tarnishablec/thaterror)
1313

1414
A type-safe error handling library for TypeScript, heavily inspired by the experience of
1515
Rust's [thiserror](https://github.com/dtolnay/thiserror). It aims to remove the boilerplate while providing a seamless,

0 commit comments

Comments
 (0)