Added correct repo name instead of placeholder

This commit is contained in:
GeorgeWebberley 2026-03-01 14:46:56 +01:00
parent e4b9be30a8
commit 70f3463b42

View file

@ -11,12 +11,12 @@ This is a NestJS-based legal document parsing application built for the Pandekte
- **Node.js (v20+)** - **Node.js (v20+)**
- **Gemini API Key** (Get one at [Google AI Studio](https://aistudio.google.com/)) - **Gemini API Key** (Get one at [Google AI Studio](https://aistudio.google.com/))
> **Note:** I attached billing to my Google account to prevent hitting the free tier limits. > **IMPORTANT:** I attached billing to my Google account to prevent hitting the free tier limits.
### Installation ### Installation
1. **Clone the Repo**: 1. **Clone the Repo**:
```bash ```bash
git clone [your-repo-url] git clone https://git.georgew.dev/georgew/pandektes-challenge.git
cd pandektes-challenge cd pandektes-challenge
``` ```
2. **Environment Setup**: 2. **Environment Setup**: