From 7096740592db2d375f4531a8f76d4323c7fad25d Mon Sep 17 00:00:00 2001 From: Nacho Aldama Date: Fri, 3 Nov 2023 14:35:29 +0100 Subject: [PATCH] chore: update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c6c148c..0fa7a75 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ await reflinkFile('source.txt', 'destination.txt'); This package is tested using `vitest`. You can run the tests locally using: ```bash -yarn install -yarn build -yarn test +pnpm install +pnpm build +pnpm test ```