From 7e8b85ecd01b42fd5a82f324d99b67060f615503 Mon Sep 17 00:00:00 2001
From: chris48s <chris48s@users.noreply.github.com>
Date: Sat, 13 Jan 2024 18:24:33 +0000
Subject: [PATCH] small docs fix: defs --> prestart (#9887)

running `npm run defs` omits the BASE_URL= env var
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 3160505268..8c6d719a1f 100644
--- a/README.md
+++ b/README.md
@@ -109,7 +109,7 @@ When server source files change, the badge server should automatically restart
 itself (using [nodemon][]). When the frontend files change, the frontend dev
 server (`docusaurus start`) should also automatically reload. However the badge
 definitions are built only before the server first starts. To regenerate those,
-either run `npm run defs` or manually restart the server.
+either run `npm run prestart` or manually restart the server.
 
 To debug a badge from the command line, run `npm run badge -- /npm/v/nock`.
 It also works with full URLs like
-- 
GitLab