From 8731108e4145b45c619b7412fa6beb0021029780 Mon Sep 17 00:00:00 2001 From: Mercury233 Date: Mon, 5 Aug 2024 14:43:14 +0800 Subject: [PATCH] Update README.md --- contributing/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing/README.md b/contributing/README.md index 0743523..0c29806 100644 --- a/contributing/README.md +++ b/contributing/README.md @@ -37,7 +37,7 @@ npm run build This will install the dependencies and build the frontend so you can then embed it into the Go app. Although, if you want to play with it, you'll get bored of building it after every change you do. So, you can run the command below to watch for changes: ```bash -npm run watch +npm run dev ``` ### Backend