Skip to content

Commit 1641ce1

Browse files
authored
[ZEPPELIN-6081] Fix Incorrect npm dev Command in README for zeppelin-web-angular (#4819)
1 parent 6ad5baa commit 1641ce1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

zeppelin-web-angular/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,27 +31,27 @@ Zeppelin notebooks front-end built with Angular.
3131

3232
Run the `npm install` command to install dependencies in the project directory.
3333

34-
### Start Zeppelin server
34+
### Start Zeppelin Server
3535

3636
[Run Zeppelin server](https://zeppelin.apache.org/contribution/contributions.html#run-zeppelin-server-in-development-mode) on `http://localhost:8080`.
3737

38-
If you are using a custom port instead of the default(http://localhost:8080) or other network address, you can create `.env` file in the project directory and set `SERVER_PROXY`.
38+
If you are using a custom port instead of the default (`http://localhost:8080`) or other network address, you can create `.env` file in the project directory and set `SERVER_PROXY`.
3939

4040
*.env*
4141

4242
```
4343
SERVER_PROXY=http://localhost:8080
4444
```
4545

46-
### Development server
46+
### Development Server
4747

4848
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.
4949

5050
### Build
5151

52-
Run `npm build` to build the project. The build artifacts will be stored in the `dist/` directory.
52+
Run `npm run build` to build the project. The build artifacts will be stored in the `dist/` directory.
5353

54-
### Running unit tests
54+
### Running Unit Tests
5555

5656
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
5757

@@ -134,7 +134,7 @@ In addition:
134134
- We use [Lodash](https://lodash.com/) [(MIT)](https://github.com/lodash/lodash/blob/master/LICENSE) to process complex data
135135
- We use [Monaco Editor](https://github.com/microsoft/monaco-editor) [(MIT)](https://github.com/microsoft/monaco-editor/blob/master/LICENSE.md) to make code editor
136136

137-
### Coding style
137+
### Coding Style
138138

139139
- We follow mainly the [Angular Style Guide](https://angular.io/guide/styleguide)
140140
- We use a 2 spaces indentation
@@ -260,7 +260,7 @@ Use we provide the function to wrap component styles to implement theming. You c
260260
});
261261
```
262262

263-
#### Imports order
263+
#### Imports Order
264264

265265
Follow of the following imports order:
266266

0 commit comments

Comments
 (0)