Skip to content

Commit 3cfbac1

Browse files
committed
chore: house keeping
1 parent 85568c4 commit 3cfbac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/service/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The key difference is that Davstack Service is a **service** builder, not a proc
1010

1111
- **Full Reusability**: Services can be called directly from anywhere in your backend, including within other services, without the overhead of unnecessary API calls.
1212

13-
- **Flexible & Portable**: Services are lightweight wrappers around typescript functions, so they can be integrated into any backend eg Next.js server components / actions and support broad range of content types (eg files, streams, etc).
13+
- **Flexible & Portable**: Services are lightweight wrappers around typescript functions, so they can be integrated into any backend eg Next.js server components / actions and support broad range of content types (eg files, streams).
1414

1515
- **Seamless Integration with tRPC**: Davstack Service is built to complement tRPC. You can easily turn your services into tRPC procedures / routers with 0 boilerplate.
1616

0 commit comments

Comments
 (0)