Skip to content

Commit

Permalink
Fix examples
Browse files Browse the repository at this point in the history
  • Loading branch information
yavko committed May 12, 2023
1 parent 7434d26 commit f0fe365
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ This crate provides 6 modules (+1 for shared things)

## Example Usage

Check the examples in the [`src/bin/` directory](https://github.com/hyprland-community/hyprland-rs/tree/master/src/bin)
Check the examples in the [`src/bin/` directory](https://github.com/hyprland-community/hyprland-rs/tree/master/examples)
2 changes: 1 addition & 1 deletion src/bin/example.rs → examples/example.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use hyprland::data::{Client, Clients, Monitors};
use hyprland::data::{Client, Clients, Monitors, Workspace};
use hyprland::dispatch::*;
use hyprland::event_listener::EventListenerMutable as EventListener;
use hyprland::keyword::*;
Expand Down
File renamed without changes.

0 comments on commit f0fe365

Please sign in to comment.