From f4d3ebb3e01088149edb252269dc664b1cd709c8 Mon Sep 17 00:00:00 2001 From: Maxime GRIS Date: Sat, 20 Mar 2021 16:48:07 +0100 Subject: [PATCH] misc/ readme typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a970bdd..0e5cd1e 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ This sample project runs in both modes (web and electron). To make this work, ** ## Use "web" 3rd party libraries (like angular, material, bootstrap, ...) -3rd party librairies used by renderer process of electron (like angular) have to be added in `devDependencies` of `package.json` to not increase the final package's size. Otherwise it will significantly increase the size of your final package... not so cool :( +3rd party librairies used in electron's renderer process (like angular) have to be added in `devDependencies` of `package.json`. They are already added in your final package during webpack's compilation phase. Otherwise it will significantly increase the size of your final package... not so cool :( ## Browser mode