Skip to content

Commit 8c1b76e

Browse files
authored
Merge pull request #89 from MAlba124/main
Update example file paths in readme
2 parents 48d0b86 + f3c942d commit 8c1b76e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ We found most of Rust's tooling around screen capture either very outdated, non-
2828
If you want to contribute code, here's a quick primer:
2929

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

3535
## usage
3636

0 commit comments

Comments
 (0)