Skip to content

Commit f4d3ebb

Browse files
committed
misc/ readme typo
1 parent adac86e commit f4d3ebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ This sample project runs in both modes (web and electron). To make this work, **
7272

7373
## Use "web" 3rd party libraries (like angular, material, bootstrap, ...)
7474

75-
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 :(
75+
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 :(
7676

7777
## Browser mode
7878

0 commit comments

Comments
 (0)