Skip to content

Commit

Permalink
fix: README
Browse files Browse the repository at this point in the history
  • Loading branch information
Decodetalkers committed Dec 20, 2023
1 parent 83598ff commit d3bc86d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ it is a crate like slurp, to select area on wayland, which support layershell.
usage

```rust
use libwaysip::get_area;
use libwaysip::{get_area, WaySipKind};
fn main() {
println!("{:?}", get_area());
println!("{:?}", get_area(WaySipKind::Area));
}
```

0 comments on commit d3bc86d

Please sign in to comment.