Skip to content

Commit

Permalink
Insert missing parenthesis (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Siegert authored and monkpow committed Oct 11, 2018
1 parent c8cdb67 commit 338c6d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -70,7 +70,7 @@ function selectProxyHost() {
return (new Date() % 2) ? 'http://google.com' : 'http://altavista.com';
}
app.use('/', proxy(selectProxyHost);
app.use('/', proxy(selectProxyHost));
```

### Options
Expand Down

0 comments on commit 338c6d8

Please sign in to comment.