Skip to content

Commit

Permalink
chore: update vscode extension description (#1622)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiashengguo authored Jul 29, 2024
1 parent fdbc8cf commit 9ecf115
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/schema/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ZenStack VS Code Extension

[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.
[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.

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

Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "zenstack",
"publisher": "zenstack",
"displayName": "ZenStack Language Tools",
"description": "Build scalable web apps with minimum code by defining authorization and validation rules inside the data schema that closer to the database",
"description": "FullStack enhancement for Prisma ORM: seamless integration from database to UI",
"version": "2.3.3",
"author": {
"name": "ZenStack Team"
Expand Down

0 comments on commit 9ecf115

Please sign in to comment.