From a8c2b63e276e87e77b0890109feabaaf815a0ef7 Mon Sep 17 00:00:00 2001 From: Maxime GRIS Date: Sun, 15 Apr 2018 19:55:02 +0200 Subject: [PATCH] fix/ typo README.md (production variables) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b632df5..68650f4 100644 --- a/README.md +++ b/README.md @@ -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