Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ainame committed Nov 24, 2021
1 parent 5c49bf7 commit 3808edd
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 @@ -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
Expand Down

0 comments on commit 3808edd

Please sign in to comment.