Skip to content

Commit a36077e

Browse files
committed
Update README
1 parent 5acecfa commit a36077e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
[![CircleCI](https://circleci.com/gh/SpectoLabs/hoverfly-ui.svg?style=shield)](https://circleci.com/gh/SpectoLabs/hoverfly-ui) [![Join the chat at https://gitter.im/SpectoLabs/hoverfly](https://badges.gitter.im/SpectoLabs/hoverfly.svg)](https://gitter.im/SpectoLabs/hoverfly?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
44

5-
Hoverfly UI is the Angular 4 frontend application that is bundled with [Hoverfly](https://github.com/SpectoLabs/hoverfly).
5+
Hoverfly UI is the Angular 6 frontend application that is bundled with [Hoverfly](https://github.com/SpectoLabs/hoverfly).
66

77
## Prerequisites
8-
The project is generated by [Angular CLI](https://github.com/angular/angular-cli) v1.1.0, which requires Node 6.9.0 or higher, and NPM 3 or higher.
8+
The project is generated by [Angular CLI](https://github.com/angular/angular-cli) v6.2.8, which requires Node 8.9.0 or higher, and NPM 6 or higher.
99
You also need [Hoverfly](https://github.com/SpectoLabs/hoverfly) v0.12.0 or higher which can enable developer mode.
1010

1111
## Getting started
@@ -21,11 +21,11 @@ $ hoverfly -dev
2121

2222
## Development server
2323

24-
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
24+
Run `npm start` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
2525

2626
## Build
2727

28-
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `-prod` flag for a production build.
28+
Run `npm run build` to build the project. The build artifacts will be stored in the `dist/` directory.
2929

3030
## Running unit tests
3131

0 commit comments

Comments
 (0)