Skip to content

Commit

Permalink
Improved usage
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnvandervlag committed Oct 19, 2018
1 parent 8b59b61 commit aa8e940
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 @@ -76,7 +76,7 @@ newman.run({
reporter: {
htmlfull: {
export: './examples/full/htmlreqres.html', // If not specified, the file will be written to `newman/` in the current working directory.
template: './templates/htmlreqres.hbs' // optional, this will be picked up relative to the directory that Newman runs in.
template: './templates/full/htmlreqres.hbs' // optional, this will be picked up relative to the directory that Newman runs in.
}
},
iterationCount: 2
Expand Down

0 comments on commit aa8e940

Please sign in to comment.