From a58226afbfe5d70c4cae12ce654931c37fa115d7 Mon Sep 17 00:00:00 2001 From: earlmckay <79713229+earlmckay@users.noreply.github.com> Date: Mon, 19 Feb 2024 09:26:59 +0100 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 48578ee..9e06fcf 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ On external drives, the modification date will not be corrected. In this case, y | Install | · `npm install` | | Update with NCU | · `ncu -u` | | Develop | · `npm start` | -| Build Mac | · `electon-builder -m` | +| Build Mac | · `electron-builder -m` | | Build Win | · `npx electron-builder` | In order to eliminate vulnerabilities caused by electron itself, please run `npm update` and `npm audit fix`. This will apply overrides.