Skip to content

Commit

Permalink
Merge pull request #23 from fahimahammed/stage
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
fahimahammed authored Jun 24, 2024
2 parents dc6ab8c + e63ff59 commit 841a4de
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,19 +73,7 @@ prismadocify

By default, `prismadocify` looks for the Prisma schema file at `./prisma/schema.prisma` and generates the documentation in `./prisma-docs.md`.

### Example

1. Make sure your Prisma schema file is located at `./prisma/schema.prisma`.

2. Run the `prismadocify` command:

```bash
prismadocify
```

3. Check the generated `prisma-docs.md` file in the root directory of your project.

### Example
### Guideline

1. Make sure your Prisma schema file is located at `./prisma/schema.prisma`.

Expand Down

0 comments on commit 841a4de

Please sign in to comment.