From dad8abaab9e7ca63460c19c20a72e0bbf17e5374 Mon Sep 17 00:00:00 2001 From: Will Soto Date: Fri, 29 Sep 2023 09:12:09 -0400 Subject: [PATCH] fix(readme): update installation commands Mostly doing this to cut a new version Closes #1925 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 580a686d..43f097a4 100644 --- a/README.md +++ b/README.md @@ -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