diff --git a/built-in-webpages/setup/build_setup/readme.md b/built-in-webpages/setup/build_setup/readme.md index 643c65c4..4bc76549 100644 --- a/built-in-webpages/setup/build_setup/readme.md +++ b/built-in-webpages/setup/build_setup/readme.md @@ -1,5 +1,5 @@ If you want customize **/setup** webpage (headers, logo etc etc): * edit the source files as your needs (setup.htm, app.js, style.css) * open a terminal in *build* folder and run `npm i` to install all nodejs modules needed -* run `node minimize.js` +* run `node minify.js` * overwrite the content of *setup_htm.h* in src folder with the new generated file