From 021a0c942308748d3a22d1e31627a96dd64e6a43 Mon Sep 17 00:00:00 2001 From: Trent Blackburn Date: Wed, 1 Apr 2026 15:10:17 -0400 Subject: [PATCH] Fix build script filename typo in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4d5f207..b637ed1 100644 --- a/README.md +++ b/README.md @@ -9,13 +9,13 @@ support versioned docs. ## Installation ```powershell -.\builds.ps1 -Bootstrap +.\build.ps1 -Bootstrap ``` ## Local Development ```powershell -.\build.ps1 -Task Server +.\build.ps1 -Task Server ``` This command starts a local development server and opens up a browser window.