update README with correct repository clone URL and format project structure section

This commit is contained in:
2026-04-27 18:29:15 +02:00
parent ee45dd9526
commit f2a9f187f2
+3 -3
View File
@@ -21,8 +21,8 @@ A multi-modal AI web application. Users can choose between different AI models f
```bash ```bash
# Clone the repo # Clone the repo
git clone <repo-url> git clone https://git.allucanget.biz/allucanget/ai.allucanget.biz.git
cd 12-ai.allucanget.biz cd ai.allucanget.biz
# Create and activate virtual environment # Create and activate virtual environment
python -m venv .venv python -m venv .venv
@@ -60,7 +60,7 @@ pytest
## Project Structure ## Project Structure
``` ```txt
backend/ FastAPI backend backend/ FastAPI backend
app/ app/
routers/ API route handlers routers/ API route handlers