Skip to content

Commit

Permalink
Getting started README fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffin07 committed Oct 22, 2024
1 parent 82448d7 commit 8666736
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 @@ -12,7 +12,7 @@ Use the library to perform image I/O, visualisation and other low level operatio

## Getting Started

`cargo run --bin hello_world`
`cargo run --bin hello_world -- --image-path path/to/image.jpg`

```rust
use kornia::image::Image;
Expand Down

0 comments on commit 8666736

Please sign in to comment.