Skip to content

Commit def466b

Browse files
authored
Merge pull request #3 from wayiam/fixed-the-column-bug
Fixed the column bug
2 parents 635a9ae + c74855e commit def466b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ Using `npx` you can run the script without installing it first:
4545
| Command | Description | Defaults |
4646
| ------------- |-------------|-------------|
4747
|`-p` or `--port` |Port to use. Use `-p 0` to look for an open port, starting at 8080. It will also read from `process.env.PORT`. |8080 |
48-
|`-a` |Address to use |defaults to 0.0.0.0|
48+
|`-a` |Address to use |0.0.0.0|
4949
|`-d` |Show directory listings |`true` |
50-
|`-i` |Address to use | defaults to 0.0.0.0 |
50+
|`-i` |Address to use | 0.0.0.0 |
5151
|`-g` or `--gzip` |When enabled it will serve `./public/some-file.js.gz` in place of `./public/some-file.js` when a gzipped version of the file exists and the request accepts gzip encoding. If brotli is also enabled, it will try to serve brotli first.|`false`|
5252
|`-b` or `--brotli`|When enabled it will serve `./public/some-file.js.br` in place of `./public/some-file.js` when a brotli compressed version of the file exists and the request accepts `br` encoding. If gzip is also enabled, it will try to serve brotli first. |`false`|
5353
|`-e` or `--ext` |Default file extension if none supplied |`html` |

0 commit comments

Comments
 (0)