Skip to content

Commit bc1cdbf

Browse files
committed
feat: banner on top
1 parent c32fbb0 commit bc1cdbf

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<div style="display: flex; gap: 1rem; justify-content: center;">
2+
3+
[![build](https://img.shields.io/github/actions/workflow/status/lauhon/elysia-csrf/ci.yml?branch=main&style=flat-square)](https://github.com/lauhon/elysia-csrf/actions)
4+
5+
[![npm version](https://img.shields.io/npm/v/elysia-csrf.svg)](https://www.npmjs.com/package/elysia-csrf)
6+
7+
[![license](https://img.shields.io/npm/l/elysia-csrf.svg)](https://github.com/lauhon/elysia-csrf/blob/main/LICENSE)
8+
9+
</div>
10+
111
# Elysia CSRF
212

313
CSRF (Cross-Site Request Forgery) protection plugin for [Elysia](https://elysiajs.com/).

0 commit comments

Comments
 (0)