Skip to content

Commit 27bd903

Browse files
authored
Merge pull request #236 from teplostanski/teplostanski-patch-1
docs: change unit tests badge
2 parents 9bdf8ad + 1484c2b commit 27bd903

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ English • [Russian](./README-RU.md)
1919
</samp>
2020
</p>
2121

22-
[<img alt="NPM Version" src="https://img.shields.io/npm/v/vite-plugin-readable-classnames?style=flat-square&color=07912E&labelColor=1f2033">](https://npmjs.com/package/vite-plugin-readable-classnames)
23-
[<img alt="NPM Downloads" src="https://img.shields.io/npm/dw/vite-plugin-readable-classnames?style=flat-square&color=7F78D1&labelColor=1f2033">](https://npmjs.com/package/vite-plugin-readable-classnames)
24-
<img src="https://github.com/teplostanski/vite-plugin-readable-classnames/actions/workflows/test.yml/badge.svg" alt="Tests Status">
22+
[<img alt="NPM Version" src="https://img.shields.io/npm/v/vite-plugin-readable-classnames?color=07912E&labelColor=1f2033">](https://npmjs.com/package/vite-plugin-readable-classnames)
23+
[<img alt="NPM Downloads" src="https://img.shields.io/npm/dw/vite-plugin-readable-classnames?color=7F78D1&labelColor=1f2033">](https://npmjs.com/package/vite-plugin-readable-classnames)
24+
<img alt="Tests Status" src="https://github.com/teplostanski/vite-plugin-readable-classnames/actions/workflows/test.yml/badge.svg">
2525
<img alt="Coverage" src="https://codecov.io/gh/teplostanski/vite-plugin-readable-classnames/graph/badge.svg?token=CQY9WXG41L">
2626

2727
<p>Make your scoped CSS module class names clear and readable — this plugin automatically adds the module filename and other useful info to class names for easier development.</p>

0 commit comments

Comments
 (0)