From 2cabb91a8785106172e3eb2a23f8ff7a0f3afc4c Mon Sep 17 00:00:00 2001 From: SantaHey <33598903+SantaHey@users.noreply.github.com> Date: Fri, 2 Apr 2021 02:48:29 +0200 Subject: [PATCH] Update README.md Fix npm build script command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b8b3ac0..12b605c 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ SteamGridDB Manager supports importing from the following launchers: 2. Run one of the npm scripts: - `npm run run` Builds and starts the app. - `npm run watch` Builds and starts the app. Reloads the app when any file changes. - - `npm run dist` Builds, then outputs an installer into the `dist` directory using electron-builder. + - `npm run build` Builds, then outputs an installer into the `dist` directory using electron-builder. # License [MIT](LICENSE.md)