diff options
author | boasting-squirrel <boasting.squirrel@gmail.com> | 2019-02-14 21:27:50 +0000 |
---|---|---|
committer | boasting-squirrel <boasting.squirrel@gmail.com> | 2019-02-14 21:27:50 +0000 |
commit | e81b2d34e6ad767f5a02a83b9b88d14a511be851 (patch) | |
tree | 4938b15ee061752117f5c5e911ad5d141ad43fb7 | |
parent | Switched to structopt (diff) | |
download | miniserve-e81b2d34e6ad767f5a02a83b9b88d14a511be851.tar.gz miniserve-e81b2d34e6ad767f5a02a83b9b88d14a511be851.zip |
Fixed README
Diffstat (limited to '')
-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 --random-route -i 192.168.0.1 -- /tmp # Serving path /private/tmp at http://192.168.0.1/c789b6 ### Bind to multiple interfaces: |