diff --git a/README.md b/README.md index 474e7be..cb95e84 100644 --- a/README.md +++ b/README.md @@ -330,9 +330,11 @@ await checkA11y( }, true, 'junit', - { - outputFilename: 'junit.xml' - } + { + outputDirPath: 'results', + outputDir: 'accessibility', + reportFileName: 'accessibility-audit.xml', + }, ) ``` ## Before you Go