From bd371832e810e55d0a02f3c41856a9df6d0b2f5e Mon Sep 17 00:00:00 2001 From: Bobby Galli Date: Thu, 8 Dec 2022 08:42:22 -0500 Subject: [PATCH] docs: fix docs:gen:watch example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c80299a..44b095b0 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ npm run docs:serve To watch the site files, and re-build automatically, run: ```bash -npm run docs:watch +npm run docs:gen:watch ``` The site will usually be served at http://localhost:8000.