Skip to content

Commit ad9d78d

Browse files
committed
docs: update README
1 parent 82b45df commit ad9d78d

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,29 @@ Generated by [Node Project Generator](https://github.com/robertoachar/generator-
44

55
[![License][license-badge]][license-url]
66

7-
> html-css-javascript-webpack
7+
> HTML5 + CSS3 + JavaScript + webpack
88
99
# Development
1010

11-
- Cloning the repo
11+
- Clone the repo
1212

1313
```bash
1414
$ git clone https://github.com/robertoachar/html-css-javascript-webpack.git
1515
```
1616

17-
- Installing dependencies
17+
- Install dependencies
1818

1919
```bash
2020
$ npm install
2121
```
2222

23-
- Running scripts
23+
- Run scripts
2424

25-
| Action | Usage |
26-
| ------------------------- | -------------- |
27-
| Starting development mode | `npm start` |
28-
| Linting code | `npm run lint` |
25+
| Action | Usage |
26+
| ---------------------- | --------------- |
27+
| Start development mode | `npm start` |
28+
| Lint code | `npm run lint` |
29+
| Build for production | `npm run build` |
2930

3031
# Author
3132

0 commit comments

Comments
 (0)