From f9811f51f688e098142aff96b3873c101180bd84 Mon Sep 17 00:00:00 2001 From: Alec Date: Fri, 24 Feb 2023 17:02:52 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 974def4..4f18faf 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ This command uses nodemon to listen for changes to **server-side code** (Node.js modules) and automatically restart the server. If you do not want this, run instead `npm run start:dev:no-hot-reload` or `npm run start:dev:windows:no-hot-reload`. -If you are making changes to client-side javascript, in a separate terminal, execute `npm build:dev`. This uses +If you are making changes to client-side javascript, in a separate terminal, execute `npm run build:dev`. This uses Webpack to bundle javascript from the `client/src` directory and place it in the `client/dist` directory, which is ignored by Git. This command uses the `--watch` flag, which means the process will continue to run in this terminal, watching for changes within the `client/src` directory and re-bundling automatically. You