From e66a07d467bf483d1b4f35332ff15229c7de6c11 Mon Sep 17 00:00:00 2001
From: webbrain-one <295484252+webbrain-one@users.noreply.github.com>
Date: Tue, 11 Aug 2026 00:16:33 +0300
Subject: [PATCH] docs: improve README
Generated by qwen3.6-35b-a3b via local API.
---
README.md | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index cc73b8e..fe4039b 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,5 @@
+
+
ProspectKit
@@ -96,7 +98,7 @@ Requires [pnpm](https://pnpm.io/) (enable with `corepack enable` if needed).
```bash
git clone
-cd prospect-kit
+cd ProspectKit
pnpm install
```
@@ -201,7 +203,7 @@ After deployment:
```bash
pnpm dev # Run migrations, then start the Next dev server
pnpm build # Build for production
-pnpm start # Start the production server
+pnpm start # Start the production server
pnpm lint # Run ESLint
pnpm format # Format the repository
pnpm format:check # Check formatting
@@ -213,6 +215,7 @@ Database commands:
pnpm db:auto-migrate # Run migrations automatically
pnpm db:generate # Generate migration files from schema changes
pnpm db:migrate # Run migrations manually
+pnpm db:pull # Pull schema changes from the database
pnpm db:push # Push schema changes directly to DB
pnpm db:studio # Open Drizzle Studio
pnpm db:check # Check migration/schema consistency
@@ -347,7 +350,7 @@ ProspectKit 使用一套现代、容易部署的 TypeScript 技术栈:
```bash
git clone
-cd prospect-kit
+cd ProspectKit
pnpm install
```
@@ -454,7 +457,7 @@ npx vercel deploy
```bash
pnpm dev # 运行迁移并启动开发服务器
pnpm build # 生产构建
-pnpm start # 启动生产服务
+pnpm start # 启动生产服务
pnpm lint # 运行 ESLint
pnpm format # 格式化代码
pnpm db:migrate # 运行数据库迁移