Skip to content

Commit 5f282b7

Browse files
committed
Minor update
1 parent 23213c4 commit 5f282b7

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

Diff for: README.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ npm install -g @angular/cli
5656

5757
Voila! You can use your Angular + Electron app in a local development environment with hot reload !
5858

59-
The application code is managed by `main.js`. In this sample, the app runs with a simple Electron window and "Developer Tools" is open.
59+
The application code is managed by `main.ts`. In this sample, the app runs with a simple Electron window and "Developer Tools" is open.
6060
The Angular component contains an example of Electron and NodeJS native lib import. See [Use NodeJS Native libraries](#use-nodejs-native-libraries) charpter if you want to import other native libraries in your project.
61-
You can desactivate "Developer Tools" by commenting `win.webContents.openDevTools();` in `main.js`.
61+
You can desactivate "Developer Tools" by commenting `win.webContents.openDevTools();` in `main.ts`.
6262

6363
## To build for production
6464

@@ -101,11 +101,9 @@ Note that you can't use Electron or NodeJS native libraries in this case. Please
101101

102102
You can find end-to-end tests in /e2e folder.
103103

104-
Before executing e2e scripts, you may need to update drivers libraries : `npm run pree2e`
105-
106-
You can now execute tests with the command lines below :
104+
You can run tests with the command lines below :
107105
- **in a terminal window** -> First, start a web server on port 4200 : `npm run start:web`
108-
- **in another terminal window** -> Then, execute Protractor : `npm run e2e`
106+
- **in another terminal window** -> Then, launch Protractor (E2E framework): `npm run e2e`
109107

110108

111109
[build-badge]: https://travis-ci.org/maximegris/angular-electron.svg?branch=master

0 commit comments

Comments
 (0)