Skip to content

Commit 3808edd

Browse files
committed
Update README.md
1 parent 5c49bf7 commit 3808edd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ summaries = parser.action_test_plan_summaries
5151

5252
```rb
5353
parser = XCResult::Parser.new(path: 'YourProject.xcresult')
54-
parser = parser.export_screenshots(destination: './screenshots', by_device: true, by_locale: true)
54+
parser = parser.export_screenshots(XCResult::ExportOptions.new(destination: './screenshots', by_device: true, by_locale: true))
5555
```
5656

5757
## Development

0 commit comments

Comments
 (0)