docs: Update repository and project name references in README.

This commit is contained in:
2025-12-30 03:36:36 +01:00
parent 2264cedafa
commit d624c3a354

View File

@@ -25,7 +25,7 @@ The application can be configured using environment variables:
| `SERVER_HOST` | Network interface to bind to | `0.0.0.0` | | `SERVER_HOST` | Network interface to bind to | `0.0.0.0` |
| `SERVER_PORT` | Port to listen on | `3000` | | `SERVER_PORT` | Port to listen on | `3000` |
| `QR_DEFAULT_COLOR` | Default color for generated QR codes (HEX) | `#000000` | | `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 ## Getting Started
@@ -38,8 +38,8 @@ The application can be configured using environment variables:
1. Clone the repository: 1. Clone the repository:
```bash ```bash
git clone <repository-url> git clone https://github.com/GKaszewski/k-qr
cd qr-generator cd k-qr
``` ```
2. Run the backend: 2. Run the backend: