Skip to content

Commit

Permalink
Merge pull request #1 from JackDanger/patch-1
Browse files Browse the repository at this point in the history
Helping with some English grammar in the README
  • Loading branch information
m3ng9i committed Oct 3, 2015
2 parents 844037f + f84feac commit db18911
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Ran is a simple web server for serving static files.
- Access logging
- Custom 404 error file

## What Ran for?
## What is Ran for?

- File sharing in LAN or home network
- Web application testing
Expand Down Expand Up @@ -42,13 +42,13 @@ You can also call `./build.py` command under the Ran source directory to write v

## Download binary

You can also download Ran binary without build it yourself.
You can also download the Ran binary without building it yourself.

[Download Ran binary from the release page](https://github.com/m3ng9i/ran/releases).

## Run Ran

You can start a web server without any options by typing `ran` and press return in terminal window. This will use the following default configuration:
You can start a web server without any options by typing `ran` and pressing return in terminal window. This will use the following default configuration:

Configuration | Default value
----------------------------|--------------------------------
Expand Down Expand Up @@ -93,7 +93,7 @@ Example 2: Set root to /tmp, list files of directories and set a custom 404 page
ran -p=/tmp -l=true -404=/404.html
```

Example 3: Close gzip compression, set access username and password:
Example 3: Turn off gzip compression, set access username and password:

```bash
ran -g=false -a=user:pass
Expand Down

0 comments on commit db18911

Please sign in to comment.