Skip to content

Commit 4c874d1

Browse files
committed
docs: Added shields to README
1 parent f1d64eb commit 4c874d1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Payload CMS plugin for Auth.js
22

3+
<a href="https://github.com/CrawlerCode/payload-authjs/actions/workflows/ci.yml"><img alt="GitHub Actions Workflow Status" src="https://img.shields.io/github/actions/workflow/status/CrawlerCode/payload-authjs/ci.yml?style=flat-square&logo=github"></a>
4+
<a href="https://www.npmjs.com/package/payload-authjs"><img alt="NPM Version" src="https://img.shields.io/npm/v/payload-authjs?style=flat-square"></a>
5+
<a href="https://github.com/CrawlerCode/payload-authjs/blob/main/LICENSE"><img alt="NPM License" src="https://img.shields.io/npm/l/payload-authjs?style=flat-square"></a>
6+
<a href="https://www.npmjs.com/package/payload-authjs"><img alt="NPM Downloads" src="https://img.shields.io/npm/dm/payload-authjs?style=flat-square"></a>
7+
8+
39
A [Payload CMS 3 (beta)](https://payloadcms.com) plugin for integrating [Auth.js 5 (beta)](https://authjs.dev).
410

511
> ⚠ This plugin is in beta and under construction.
@@ -124,7 +130,7 @@ const Examples: CollectionConfig = {
124130

125131
### Utility functions
126132

127-
This plugin also exports utility functions get the current payload user
133+
This plugin also export a utility function to get the current payload user
128134

129135
```tsx
130136
// ServerComponentExample.tsx

0 commit comments

Comments
 (0)