Skip to content

Commit 4b44d8b

Browse files
authored
Update README.md
1 parent c385d6a commit 4b44d8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,12 @@ This sample project runs in both modes (web and electron). To make this work, **
8888
There are two kind of 3rd party libraries :
8989
- NodeJS's one (like an ORM, Database...)
9090
- Used in electron's Main process (app folder) have to be added in `dependencies` of `app/package.json`
91-
- Used in electron's Renderer process (src folder) have to be added in `dependencies` of both `app/package.json` and `src/package.json`
91+
- Used in electron's Renderer process (src folder) have to be added in `dependencies` of both `app/package.json` and `package.json (root folder)`
9292

9393
Please check `providers/electron.service.ts` to watch how conditional import of libraries has to be done when using NodeJS / 3rd party libraries in renderer context (i.e. Angular).
9494

9595
- Web's one (like bootstrap, material, tailwind...)
96-
- It have to be added in `dependencies` of `src/package.json`
96+
- It have to be added in `dependencies` of `package.json (root folder)`
9797

9898
## Add a dependency with ng-add
9999

0 commit comments

Comments
 (0)