Skip to content
This repository was archived by the owner on Nov 25, 2025. It is now read-only.

Commit 446ffb3

Browse files
author
Giedrius Grabauskas
committed
Updated README.md
1 parent 1274205 commit 446ffb3

1 file changed

Lines changed: 10 additions & 5 deletions

File tree

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,14 @@ $ npm install glob-uglifyjs
1414
- Remove source files after uglify.
1515

1616

17-
### Command line
17+
## Command line
18+
19+
### Usage
1820
```sh
1921
$ glob-uglifyjs -h
2022
```
2123

24+
### Arguments
2225
| Argument | Type | Default | Description |
2326
|--------------------------------|---------|-----------------------------|----------------------------|
2427
| -h, --help | boolean | `false` | Show help. |
@@ -28,6 +31,7 @@ $ glob-uglifyjs -h
2831

2932
<sup>[1]</sup> - argument required.
3033

34+
3135
## Config
3236

3337
### Example
@@ -47,11 +51,12 @@ $ glob-uglifyjs -h
4751

4852
### Properties
4953

50-
| Property | Type | Description |
51-
|-----------|---------------------|------------------------|
52-
| pattern | string | Files glob pattern. |
53-
| options | [Options](#options) | glob-uglifyjs options. |
54+
| Property | Type | Description |
55+
|-------------------------|---------------------|------------------------|
56+
| pattern<sup>[1]</sup> | string | Files glob pattern. |
57+
| options | [Options](#options) | glob-uglifyjs options. |
5458

59+
<sup>[1]</sup> - property required.
5560

5661
### Options
5762
| Option | Type | Default | Description |

0 commit comments

Comments
 (0)