Skip to content

Commit cc804e8

Browse files
committed
docs(readme): update lib readme
1 parent 476514e commit cc804e8

File tree

1 file changed

+5
-14
lines changed

1 file changed

+5
-14
lines changed

packages/next-safe-action/README.md

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@
55

66
**next-safe-action** is a library that takes full advantage of the latest and greatest Next.js, React and TypeScript features to let you define **type safe** Server Actions and execute them inside React Components.
77

8-
## How does it work?
9-
10-
Like magic. 🪄
11-
12-
https://github.com/TheEdoRan/next-safe-action/assets/1337629/664eb3ee-92f3-4d4a-ba1b-a3b1c13fff04
13-
148
## Features
159

1610
- ✅ Pretty simple
@@ -47,14 +41,11 @@ You can find a basic working implementation of the library [here](https://github
4741

4842
A big shout-out to all our [sponsors](https://github.com/sponsors/TheEdoRan)! You’re the driving force behind this library's growth, and we're truly grateful for your support. ❤️
4943

50-
<table>
51-
<tr>
52-
<td align="center"><a href="https://arcjet.com/?ref=next-safe-action"> <picture>
53-
<source media="(prefers-color-scheme: dark)" srcset="https://arcjet.com/logo/arcjet-dark-lockup-voyage-horizontal.svg">
54-
<img src="https://arcjet.com/logo/arcjet-light-lockup-voyage-horizontal.svg" alt="Arcjet Logo" height="128" width="auto">
55-
</picture><br />Arcjet</a></td>
56-
</tr>
57-
</table>
44+
<p align="center">
45+
<a href="https://cdn.jsdelivr.net/gh/theedoran/sponsors-img/sponsorkit/sponsors.svg" target="_blank">
46+
<img src="https://cdn.jsdelivr.net/gh/theedoran/sponsors-img/sponsorkit/sponsors.svg" />
47+
</a>
48+
</p>
5849

5950
## Contributing
6051

0 commit comments

Comments
 (0)