From f3c942db86cbe280d8266d1aaf474ccd8937cae7 Mon Sep 17 00:00:00 2001 From: Marcus Date: Sat, 1 Jun 2024 11:10:24 +0200 Subject: [PATCH] chore: update example file paths in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 76ed408..6adf234 100644 --- a/README.md +++ b/README.md @@ -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