aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorboasting-squirrel <boasting.squirrel@gmail.com>2019-02-15 20:04:20 +0000
committerboasting-squirrel <boasting.squirrel@gmail.com>2019-02-15 20:04:20 +0000
commitcfc6766cd5384702a2af0c98903a9bea60850484 (patch)
tree19d1bf9e77ab27ad1f11cc2784624f4c05f2e6ac
parentAdded myself to Cargo.toml (diff)
downloadminiserve-cfc6766cd5384702a2af0c98903a9bea60850484.tar.gz
miniserve-cfc6766cd5384702a2af0c98903a9bea60850484.zip
Re-ordered arguments in README.md to avoid '--' issue
Diffstat (limited to '')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 77fe728..b7d2580 100644
--- a/README.md
+++ b/README.md
@@ -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: