Skip to content

Commit

Permalink
fix/ typo README.md (production variables)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime GRIS committed Apr 15, 2018
1 parent ddfbbf9 commit a8c2b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ You can desactivate "Developer Tools" by commenting `win.webContents.openDevTool

- Using local variables : `npm start` or `cross-env ENV=local npm start`
- Using development variables : `cross-env ENV=dev npm start`
- Using production variables : `cross-env ENV=rod npm start`
- Using production variables : `cross-env ENV=prod npm start`

## Included Commands

Expand Down

0 comments on commit a8c2b63

Please sign in to comment.