docs: Update repository and project name references in README.
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user