Pārlūkot izejas kodu

update wording of dev scripts

SimulatedGREG 7 gadi atpakaļ
vecāks
revīzija
27a73f068d
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      README.md

+ 2 - 2
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
 ```