Skip to content

Commit dbd9639

Browse files
committedApr 8, 2024
docs: update library description
1 parent 14b1fbf commit dbd9639

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed
 

‎README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
<a href="https://github.com/TheEdoRan/next-safe-action"><h1>next-safe-action</h1></a>
44
</div>
55

6-
> next-safe-action is a library that takes full advantage of the latest and greatest Next.js, React and TypeScript features, using validation libraries of your choice, to let you define typesafe Server Actions and execute them inside Client Components.
7-
6+
**next-safe-action** is a library that takes full advantage of the latest and greatest Next.js, React and TypeScript features, using validation libraries of your choice, to let you define **type safe** Server Actions and execute them inside React Components.
87

98
## How does it work?
109

‎packages/next-safe-action/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
> next-safe-action is a library that takes full advantage of the latest and greatest Next.js, React and TypeScript features, using validation libraries of your choice, to let you define typesafe Server Actions and execute them inside Client Components.
1+
**next-safe-action** is a library that takes full advantage of the latest and greatest Next.js, React and TypeScript features, using validation libraries of your choice, to let you define **type safe** Server Actions and execute them inside React Components.
22

33
## Documentation
44

‎website/docs/introduction.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: next-safe-action is a library that takes full advantage of the late
55

66
# Introduction
77

8-
**next-safe-action** is a library that takes full advantage of the latest and greatest Next.js, React and TypeScript features, using validation libraries of your choice, to let you define **type safe** Server Actions and execute React Components.
8+
**next-safe-action** is a library that takes full advantage of the latest and greatest Next.js, React and TypeScript features, using validation libraries of your choice, to let you define **type safe** Server Actions and execute them inside React Components.
99

1010
## How does it work?
1111

0 commit comments

Comments
 (0)
Please sign in to comment.