Skip to content

Commit

Permalink
Merge pull request #89 from MAlba124/main
Browse files Browse the repository at this point in the history
Update example file paths in readme
  • Loading branch information
clearlysid authored Jun 10, 2024
2 parents 48d0b86 + f3c942d commit 8c1b76e
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 @@ -28,9 +28,9 @@ We found most of Rust's tooling around screen capture either very outdated, non-
If you want to contribute code, here's a quick primer:

1. Clone the repo and run it with `cargo run`.
2. Explore the API and library code in [lib.rs](./scap/src/lib.rs).
2. Explore the API and library code in [lib.rs](./src/lib.rs).
3. Platform-specific code lives in the `win`, `mac` and `linux` modules.
4. The [main.rs](./scap/src/main.rs) is a small program that "consumes" the library, for easy testing.
4. The [main.rs](./src/main.rs) is a small program that "consumes" the library, for easy testing.

## usage

Expand Down

0 comments on commit 8c1b76e

Please sign in to comment.