From 719362facbb140f8eaf477f1520ffd92c111994f Mon Sep 17 00:00:00 2001 From: Christopher Date: Thu, 19 Sep 2024 14:27:41 +0200 Subject: [PATCH] Update README.md There is no `docs:watch` script in package.json. There is a `docs:gen:watch` ? Don't know if the command as it was is missing or if the one I corrected it to is correct. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de27dcf7..2d755f3e 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,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.