diff options
| author | boasting-squirrel <boasting.squirrel@gmail.com> | 2019-02-15 20:04:20 +0000 |
|---|---|---|
| committer | boasting-squirrel <boasting.squirrel@gmail.com> | 2019-02-15 20:04:20 +0000 |
| commit | cfc6766cd5384702a2af0c98903a9bea60850484 (patch) | |
| tree | 19d1bf9e77ab27ad1f11cc2784624f4c05f2e6ac | |
| parent | Added myself to Cargo.toml (diff) | |
| download | miniserve-cfc6766cd5384702a2af0c98903a9bea60850484.tar.gz miniserve-cfc6766cd5384702a2af0c98903a9bea60850484.zip | |
Re-ordered arguments in README.md to avoid '--' issue
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ Sometimes this is just a more practical and quick way than doing things properly ### Generate random 6-hexdigit URL: - miniserve --random-route -i 192.168.0.1 -- /tmp + miniserve -i 192.168.0.1 --random-route /tmp # Serving path /private/tmp at http://192.168.0.1/c789b6 ### Bind to multiple interfaces: |
