From b818e74b3f6d79097e34437b7f453387df13ab2c Mon Sep 17 00:00:00 2001 From: amitpanwar789 Date: Sun, 23 Jun 2024 10:12:01 +0530 Subject: [PATCH] readme updated --- desktopApp/Readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/desktopApp/Readme.md b/desktopApp/Readme.md index 5317f06e..36cbe129 100644 --- a/desktopApp/Readme.md +++ b/desktopApp/Readme.md @@ -31,9 +31,9 @@ npm run start To package the app for different platforms (Linux, Windows, macOS), use the corresponding npm commands: ```bash -npm run package:linux -npm run package:win -npm run package:mac +npm run package-linux +npm run package-win +npm run package-mac ``` ### Additional Information