Skip to content

Commit 9ecf115

Browse files
authored
chore: update vscode extension description (#1622)
1 parent fdbc8cf commit 9ecf115

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/schema/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ZenStack VS Code Extension
22

3-
[ZenStack](https://zenstack.dev) is a toolkit that simplifies the development of a web app's backend. It supercharges [Prisma ORM](https://prisma.io) with a powerful access control layer and unleashes its full potential for web development.
3+
[ZenStack](https://zenstack.dev) is a toolkit that simplifies the development of a web app's backend. It enhances [Prisma ORM](https://prisma.io) with flexible Authorization and auto-generated, type-safe APIs/hooks, simplifying full-stack development.
44

55
This VS Code extension provides code editing helpers for authoring ZenStack's schema files (.zmodel files).
66

packages/schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "zenstack",
33
"publisher": "zenstack",
44
"displayName": "ZenStack Language Tools",
5-
"description": "Build scalable web apps with minimum code by defining authorization and validation rules inside the data schema that closer to the database",
5+
"description": "FullStack enhancement for Prisma ORM: seamless integration from database to UI",
66
"version": "2.3.3",
77
"author": {
88
"name": "ZenStack Team"

0 commit comments

Comments
 (0)