diff --git a/README.md b/README.md index 630a5f3..0182d28 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ summaries = parser.action_test_plan_summaries ```rb parser = XCResult::Parser.new(path: 'YourProject.xcresult') -parser = parser.export_screenshots(destination: './screenshots', by_device: true, by_locale: true) +parser = parser.export_screenshots(XCResult::ExportOptions.new(destination: './screenshots', by_device: true, by_locale: true)) ``` ## Development