Skip to content

Commit

Permalink
🐞 fix: fix docs error
Browse files Browse the repository at this point in the history
  • Loading branch information
gylove1994 committed Sep 25, 2024
1 parent a0db24c commit 308e18f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ NestJS Prisma Generator is a command-line tool for generating NestJS and Prisma
## Installation

```bash
npm install
npm install @gylove1994/npg -g
```

## Usage
Expand All @@ -26,7 +26,7 @@ npm install
You can use the following command to generate code:

```bash
npx @gylove1994/npg
npg
```

Follow the prompts to select the type of code you want to generate, the path to your Prisma schema file, and the output directory.
Expand Down
4 changes: 2 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ NestJS Prisma Generator 是一个用于生成 NestJS 和 Prisma 代码的命令
## 安装

```bash
npm install
npm install @gylove1994/npg -g
```

## 使用方法
Expand All @@ -24,7 +24,7 @@ npm install
你可以使用以下命令来生成代码:

```bash
npx @gylove1994/npg
npg
```

根据提示选择你要生成的代码类型、Prisma schema 文件路径和输出目录。
Expand Down

0 comments on commit 308e18f

Please sign in to comment.