Skip to content

Commit

Permalink
Merge pull request #2 from abh1nav/patch-1
Browse files Browse the repository at this point in the history
Typo in README example for root flag
  • Loading branch information
m3ng9i committed Oct 3, 2015
2 parents db18911 + 87b3d53 commit 585f201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: Turn off gzip compression, set access username and password:
Expand Down

0 comments on commit 585f201

Please sign in to comment.