From 87b3d539a05d9c3f20b936c3b514a8aa3ead1698 Mon Sep 17 00:00:00 2001 From: Abhinav Ajgaonkar Date: Sat, 3 Oct 2015 03:25:30 -0400 Subject: [PATCH] Typo in README example for root flag --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index d0ca0df..b129da0 100755 --- a/readme.md +++ b/readme.md @@ -90,7 +90,7 @@ ran -p=8888 Example 2: Set root to /tmp, list files of directories and set a custom 404 page: ```bash -ran -p=/tmp -l=true -404=/404.html +ran -r=/tmp -l=true -404=/404.html ``` Example 3: Close gzip compression, set access username and password: