Skip to content

Commit

Permalink
fix(readme): update installation commands
Browse files Browse the repository at this point in the history
Mostly doing this to cut a new version

Closes #1925
  • Loading branch information
willsoto committed Sep 29, 2023
1 parent a987736 commit 67e0138
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ Integrates [Objection.js](https://vincit.github.io/objection.js/) and [Knex](htt
## Installation

```bash
yarn add @willsoto/nestjs-objection
pnpm add @willsoto/nestjs-objection
```

_Note that Knex and Objection are `peerDependencies` to make version management easier, so those must be installed separately_

```bash
yarn add knex objection
pnpm add knex objection
```

## API
Expand Down

0 comments on commit 67e0138

Please sign in to comment.