We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9fd76d commit 2383ad7Copy full SHA for 2383ad7
1 file changed
README.md
@@ -20,7 +20,7 @@ The app generation is based on https://angular.io/guide/setup-local.
20
* Run `npm install -g @angular/cli` - Install the app generator CLI tool.
21
* Run `ng new client` - Generate an application, I named it `client`.
22
* Run `cd client` - Change directory to the app.
23
-* Run `ng serve --open` - Started the server and open Chrome.
+* Run `ng serve --open` - Start the compiler, web server and open Chrome.
24
25
26
## Debugging
0 commit comments