From aa8e940518513e8b71eeb8a817c0775199e0122e Mon Sep 17 00:00:00 2001 From: Martijn van der Vlag Date: Fri, 19 Oct 2018 12:24:34 +0200 Subject: [PATCH] Improved usage --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05c42c6..1d86e0d 100644 --- a/README.md +++ b/README.md @@ -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