Skip to content

Commit

Permalink
typo: README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
salam99823 committed Dec 13, 2024
1 parent 5c88327 commit 0c76350
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 @@ -19,7 +19,7 @@ use std::path::Path;

let image = image::open(Path::new("assets/car.png"));
let edges = Edges::from(image.unwrap());
println!("{:#?}", edges.single_image_edge_translated());
println!("{:#?}", edges.single_translated());
```

## How it works
Expand Down

0 comments on commit 0c76350

Please sign in to comment.