Skip to content

Commit f5f284c

Browse files
authored
Merge pull request #2079 from rayjsales/rjbranch
updated output on npm start (Update Quick Start Guide output example …
2 parents 9a37115 + 8463f3b commit f5f284c

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

guides/release/getting-started/quick-start.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,13 @@ npm start
5656

5757
After a few seconds, you should see output that looks like this:
5858

59-
```text
60-
Livereload server on http://localhost:7020
61-
Serving on http://localhost:4200/
59+
```shell
60+
> ember-quickstart@0.0.0 start
61+
> ember serve
62+
63+
building...
64+
65+
Build successful (9761ms) – Serving on http://localhost:4200/
6266
```
6367

6468
(To stop the server at any time, type Ctrl-C in your terminal.)

0 commit comments

Comments
 (0)