Skip to content

Commit 63e86ca

Browse files
committed
Fix grammar mistakes
1 parent fd2d16b commit 63e86ca

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@ This project was generated using [Angular CLI](https://github.com/angular/angula
66

77
### Node.js
88

9-
We can install Node.js from [https://nodejs.org/en/download/] but we recommend that you install it using Node Version Management [https://github.com/nvm-sh/nvm] (v12.16.1 LTS).
9+
Install Node.js from [https://nodejs.org/en/download/] but we recommend that you install it using Node Version Management [https://github.com/nvm-sh/nvm] (v12.16.1 LTS).
1010

1111
### Angular CLI
1212
Angular CLI is a Command Line Interface (CLI) to speed up your development with Angular.
1313

14-
Run `npm install -g @angular/cli` for install Angular CLI
14+
Run `npm install -g @angular/cli` to install Angular CLI
1515

1616
## Install Node Modules
1717

18-
Run `npm install` for install the node_modules.
18+
Run `npm install` to install the required node_modules for this project.
1919

2020
## Development server
2121

22-
Run `ng serve` to run the app in a dev mode, after executing this command you can navigate to `http://localhost:4200/` to see the app working.
22+
Run `ng serve` to run the app in dev mode. After executing this command, you can navigate to `http://localhost:4200/` to see the app working.
2323
The app will automatically reload if you change anything in the source files.
2424

2525
## Code scaffolding
@@ -40,10 +40,9 @@ Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protrac
4040

4141
## Deploy the app on Azure
4242

43-
The app deploy is automatic after each pull request is merged in master. For this, it is necessary that each pull
44-
request meets at least 80% of the coverage tests.
43+
The app deployment is automatically executed after each pull request is merged in master. That's wht it is necessary that each pull request meets at least 80% of test coverage.
4544

46-
You can see the app in the next link:
45+
You can visit the app in the following link:
4746

4847
[Time-Tracker](https://time-tracker-ui.azurewebsites.net/)
4948

0 commit comments

Comments
 (0)