Skip to content

Commit a8c2b63

Browse files
author
Maxime GRIS
committed
fix/ typo README.md (production variables)
1 parent ddfbbf9 commit a8c2b63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ You can desactivate "Developer Tools" by commenting `win.webContents.openDevTool
6464

6565
- Using local variables : `npm start` or `cross-env ENV=local npm start`
6666
- Using development variables : `cross-env ENV=dev npm start`
67-
- Using production variables : `cross-env ENV=rod npm start`
67+
- Using production variables : `cross-env ENV=prod npm start`
6868

6969
## Included Commands
7070

0 commit comments

Comments
 (0)