Skip to content

Commit 4c6b539

Browse files
committedNov 14, 2023
doc(): update readme.md
1 parent 0371121 commit 4c6b539

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
 

‎README.md

+13
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
NATS v2 strategy and client module for [Nest](https://github.com/nestjs/nest)
44

5+
<!-- Badges -->
6+
<p align="center">
7+
<a href="https://github.com/nestjs-ex/nats-strategy/actions/workflows/development.yml">
8+
<img alt="Test CI" src="https://github.com/nestjs-ex/nats-strategy/actions/workflows/development.yml/badge.svg?branch=main&event=push" />
9+
</a>
10+
<a href="https://www.npmjs.com/package/@nestjs-ex/nats-strategy">
11+
<img alt="npm" src="https://img.shields.io/npm/v/@nestjs-ex/nats-strategy.svg?style=flat-square" />
12+
</a>
13+
<a href="https://www.npmjs.com/package/@nestjs-ex/nats-strategy">
14+
<img alt="monthly downloads" src="https://img.shields.io/npm/dm/@nestjs-ex/nats-strategy.svg?style=flat-square" />
15+
</a>
16+
</p>
17+
518
## Installation
619

720
```bash

0 commit comments

Comments
 (0)
Please sign in to comment.