fix/ typo README.md (production variables)

This commit is contained in:
Maxime GRIS
2018-04-15 19:55:02 +02:00
parent ddfbbf9db2
commit a8c2b63e27

View File

@@ -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 local variables : `npm start` or `cross-env ENV=local npm start`
- Using development variables : `cross-env ENV=dev 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 ## Included Commands