From 6d9c9292b2833f3acb52cd90308e275b175289fc Mon Sep 17 00:00:00 2001 From: Conrad Hoffmann Date: Wed, 20 Aug 2025 11:27:57 +0200 Subject: [PATCH] fix: doc build instructions in docs/README.md --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 349f3456..5aa1c060 100644 --- a/docs/README.md +++ b/docs/README.md @@ -19,7 +19,7 @@ This command starts a local development server and open up a browser window. Mos ## Build ```console -npm build +npm run build ``` This command generates static content into the `build` directory and can be served using any static contents hosting service.