Skip to content

Commit

Permalink
docs: updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Yizack committed Jul 4, 2024
1 parent 5b60e59 commit 4a51084
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ A simple nuxt module that works on the edge to easily validate incoming webhooks

## Features

- 5 [Webhook validators](#supported-webhook-validators)
- 6 [Webhook validators](#supported-webhook-validators)
- Works on the edge
- Exposed [Server utils](#server-utils)

Expand Down Expand Up @@ -128,6 +128,9 @@ npm run lint
npm run test
npm run test:watch

# Run typecheck
npm run test:types

# Release new version
npm run release
```
Expand Down
3 changes: 3 additions & 0 deletions playground/.env.example
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Github Validator
NUXT_WEBHOOK_GITHUB_SECRET_KEY=

# NuxtHub Validator
NUXT_WEBHOOK_NUXTHUB_SECRET_KEY=

# Paddle Validator
NUXT_WEBHOOK_PADDLE_WEBHOOK_ID=

Expand Down

0 comments on commit 4a51084

Please sign in to comment.