Skip to content

Commit fdb3bc0

Browse files
committed
docs(): add NPM Downloads badge to README
1 parent a7125d9 commit fdb3bc0

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
@@ -11,6 +11,9 @@
1111
<a href="https://www.npmjs.com/package/@nestjs-packages/sqs" target="_blank">
1212
<img src="https://img.shields.io/npm/v/@nestjs-packages/sqs.svg" alt="NPM Version" />
1313
</a>
14+
<a href="https://www.npmjs.com/package/@nestjs-packages/sqs" target="_blank">
15+
<img src="https://img.shields.io/npm/dm/@nestjs-packages/sqs.svg" alt="NPM downloads" />
16+
</a>
1417
<a href="https://www.npmjs.com/package/@nestjs-packages/sqs" target="_blank">
1518
<img src="https://img.shields.io/npm/l/@nestjs-packages/sqs.svg" alt="Package License" />
1619
</a>
@@ -19,6 +22,7 @@
1922
</a>
2023
</p>
2124

25+
2226
## Description
2327

2428
@nestjs-packages/sqs is a project to make SQS easier to use and control some required flows with NestJS. This module provides decorator-based message handling suited for simple use.

0 commit comments

Comments
 (0)