Skip to content

Commit 1a57c76

Browse files
committed
added shields + minor tweak
1 parent 855e288 commit 1a57c76

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# ts-regexp
22
[![npm version](https://img.shields.io/npm/v/ts-regexp.svg)](https://www.npmjs.com/package/ts-regexp)
3+
[![bundle size](https://img.shields.io/bundlejs/size/ts-regexp)](https://www.npmjs.com/package/ts-regexp)
34
[![npm monthly downloads](https://img.shields.io/npm/dm/ts-regexp.svg)](https://www.npmjs.com/package/ts-regexp)
5+
[![typescript](https://img.shields.io/badge/TypeScript-007ACC?logo=typescript&logoColor=white)](https://www.typescriptlang.org/)
6+
[![license: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
7+
[![github stars](https://img.shields.io/github/stars/codpro2005/ts-regexp.svg?style=social)](https://github.com/codpro2005/ts-regexp)
48

59
A strictly typed & minimal RegExp wrapper.
610

@@ -23,7 +27,7 @@ yarn add ts-regexp
2327
# Using pnpm
2428
pnpm add ts-regexp
2529
```
26-
2. Then import `typedRegExp`:
30+
2. Import `typedRegExp`:
2731
```ts
2832
import { typedRegExp } from 'ts-regexp';
2933
```

0 commit comments

Comments
 (0)