Skip to content

Commit

Permalink
Fix links in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Rush committed Oct 19, 2014
1 parent ff8b488 commit 857b9ca
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

* [About](#about)
* [Installation and basic usage](#installandbasicusage)
* [Usage as a module](#installandusage)
* [Usage as a module](#module)
* [Watch config for changes](#watchconfig)
* [Use custom config loader](#configloader)
* Features
Expand Down Expand Up @@ -494,7 +494,7 @@ ports: {
Basically you need to generate a passwd file and point http-master to it.
You can generate one with [node version of htpasswd]{https://www.npmjs.org/package/htpasswd}.

<a name="addHeader"/>
<a name="addheader"/>
## Add header
You can add one or more arbitrary requests to incoming headers/
```YAML
Expand Down Expand Up @@ -526,6 +526,7 @@ ports: {
"domain.com" : ["gzip -> 9", 3333]
}
}
```

<a name="regexpmatching"/>
## Regexp matching
Expand Down

0 comments on commit 857b9ca

Please sign in to comment.