From d624c3a354d425e22cf260161ba006ce671f755c Mon Sep 17 00:00:00 2001 From: Gabriel Kaszewski Date: Tue, 30 Dec 2025 03:36:36 +0100 Subject: [PATCH] docs: Update repository and project name references in README. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e2612f8..575d767 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ The application can be configured using environment variables: | `SERVER_HOST` | Network interface to bind to | `0.0.0.0` | | `SERVER_PORT` | Port to listen on | `3000` | | `QR_DEFAULT_COLOR` | Default color for generated QR codes (HEX) | `#000000` | -| `RUST_LOG` | Logging level (`debug`, `info`, `warn`, `error`) | `qr_generator=debug` | +| `RUST_LOG` | Logging level (`debug`, `info`, `warn`, `error`) | `k-qr=debug` | ## Getting Started @@ -38,8 +38,8 @@ The application can be configured using environment variables: 1. Clone the repository: ```bash - git clone - cd qr-generator + git clone https://github.com/GKaszewski/k-qr + cd k-qr ``` 2. Run the backend: