Skip to content

Commit

Permalink
Fix imports for FindDifferences documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Vici37 committed Oct 10, 2023
1 parent 5eabc07 commit 8d87c46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tutorials/find_differences.cr
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
# We can programatically detect _most_ of the differences between these two images:
#
# ```
# require "../../src/cr-image"
# require "../../src/all_formats"
# require "cr-image"
# require "cr-image/jpeg"
#
# image = CrImage::RGBAImage.open("differences.jpg")
# ret = image.clone
Expand Down

0 comments on commit 8d87c46

Please sign in to comment.