From ddbc787a3c393d9fc978e7682f2d5963ff848cfd Mon Sep 17 00:00:00 2001 From: array-in-a-matrix Date: Tue, 16 Jan 2024 15:21:53 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 55ce848..a5d6a4a 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Build deployable site: ```sh pnpm exec playwright install -pnpm exec playwright install-deps +pnpm exec playwright install-deps # or you can manually install the dependencies pnpm astro build ```