Re-ordered arguments in README.md to avoid '--' issue

This commit is contained in:
boasting-squirrel 2019-02-15 21:04:20 +01:00
parent 178c2ff796
commit cfc6766cd5

View File

@ -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: