Skip to content

Commit 0f658f6

Browse files
authored
Add shields to README (#5)
1 parent 6a84731 commit 0f658f6

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@
66
<i>Verify webhooks from Truepic Vision or Lens in your Node.js app</i>
77
</h3>
88

9+
<h3 align="center" width="100%">
10+
<a href="https://www.npmjs.com/package/@truepic/webhook-verifier">
11+
<img src="https://img.shields.io/npm/v/@truepic/webhook-verifier?color=196dff" alt="npm">
12+
</a>
13+
<a href="https://github.com/TRUEPIC/webhook-verifier-nodejs/actions">
14+
<img src="https://github.com/TRUEPIC/webhook-verifier-nodejs/actions/workflows/ci.yml/badge.svg" alt="GitHub Actions">
15+
</a>
16+
</h3>
17+
918
This module verifies
1019

1120
- the integrity of the data being received,

0 commit comments

Comments
 (0)