From ec705795bb12d9c9421dcb10429de8b8570e5103 Mon Sep 17 00:00:00 2001 From: Jason Raimondi Date: Tue, 15 Feb 2022 21:47:52 -0800 Subject: [PATCH] docs: update npm refs to pnpm --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3bfcf16..b49170f 100644 --- a/README.md +++ b/README.md @@ -41,8 +41,8 @@ Serve the project ``` git clone git@github.com:jasonraimondi/url-to-png.git cd url-to-png -npm install -npm run dev +pnpm install +pnpm dev ``` #### Up and Running?