Skip to content

Commit

Permalink
Merge branch 'master' into version-for-issue#190
Browse files Browse the repository at this point in the history
  • Loading branch information
romankh3 authored Sep 23, 2022
2 parents 35d1645 + 6b83135 commit e27a49d
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 @@ -115,7 +115,7 @@ To save result image, can be used two ways:
ImageComparisonResult imageComparisonResult = new ImageComparison(expectedImage, actualImage).compareImages();

//Image can be saved after comparison, using ImageComparisonUtil.
ImageComparisonUtil.saveImage(resultDestination, resultImage);
ImageComparisonUtil.saveImage(resultDestination, imageComparisonResult.getResult());
```

## Demo
Expand Down

0 comments on commit e27a49d

Please sign in to comment.