Skip to content

Commit 5536af0

Browse files
wayiamthornjad
andauthored
Update README.md
Co-authored-by: Jade Michael Thornton <[email protected]>
1 parent def466b commit 5536af0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Using `npx` you can run the script without installing it first:
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 |
4848
|`-a` |Address to use |0.0.0.0|
4949
|`-d` |Show directory listings |`true` |
50-
|`-i` |Address to use | 0.0.0.0 |
50+
|`-i` | Display autoIndex | `true` |
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)