From 27a73f068d84dd582bacfabba2d82557c4629f83 Mon Sep 17 00:00:00 2001 From: SimulatedGREG Date: Sun, 27 Aug 2017 16:42:01 -0500 Subject: [PATCH] update wording of dev scripts --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cab282a..9f94792 100644 --- a/README.md +++ b/README.md @@ -37,9 +37,9 @@ yarn dev # compile source code and create webpack output yarn compile -# create build with electron-builder +# `yarn compile` & create build with electron-builder yarn dist -# create unpacked build with electron-builder +# `yarn compile` & create unpacked build with electron-builder yarn dist:dir ```