Skip to content

Commit b893058

Browse files
committed
docs: add badges to readme
1 parent 281ee67 commit b893058

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# fast-querystring
22

3+
![Test](https://github.com/anonrig/fast-querystring/workflows/test/badge.svg)
4+
[![codecov](https://codecov.io/gh/anonrig/fast-querystring/branch/main/graph/badge.svg?token=4ZDJA2BMOH)](https://codecov.io/gh/anonrig/fast-querystring)
5+
[![NPM version](https://img.shields.io/npm/v/fast-querystring.svg?style=flat)](https://www.npmjs.com/package/fast-querystring)
6+
37
Fast query-string parser and stringifier to replace the legacy `node:querystring` module.
48

59
### Installation

0 commit comments

Comments
 (0)