Skip to content

Commit

Permalink
chore(docs): update 'log' parameter. Fixes #232
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Oct 17, 2018
1 parent dcff168 commit ac27a1e
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 @@ -120,7 +120,7 @@ The `Pact` class provides the following high-level APIs, they are listed in the
| `sslcert` | no | string | Path to SSL certificate to serve on the mock service |
| `sslkey` | no | string | Path to SSL key to serve on the mock service |
| `dir` | no | string | Directory to output pact files |
| `log` | no | string | Directory to log to |
| `log` | no | string | File to log to |
| `logLevel` | no | string | Log level: one of 'trace', 'debug', 'info', 'error', 'fatal' or 'warn' |
| `spec` | no | number | Pact specification version (defaults to 2) |
| `cors` | no | boolean | Allow CORS OPTION requests to be accepted, defaults to false |
Expand Down

0 comments on commit ac27a1e

Please sign in to comment.