diff --git a/README.md b/README.md index 7e3eb3b..8b69b5d 100644 --- a/README.md +++ b/README.md @@ -11,13 +11,13 @@ # Introduction -Bootstrap and package your project with Angular 8 and Electron (Typescript + SASS + Hot Reload) for creating Desktop applications. +Bootstrap and package your project with Angular 9 and Electron 8 (Typescript + SASS + Hot Reload) for creating Desktop applications. Currently runs with: -- Angular v9.0.0 -- Electron v8.0.0 -- Electron Builder v21.2.0 +- Angular v9.0.2 +- Electron v8.0.1 +- Electron Builder v22.3.2 With this sample, you can : @@ -27,7 +27,7 @@ With this sample, you can : /!\ Hot reload only pertains to the renderer process. The main electron process is not able to be hot reloaded, only restarted. -/!\ Angular 8.x CLI needs Node 10.9 or later to works correctly. +/!\ Angular 9.x CLI needs Node 10.13 or later to works correctly. ## Getting Started