Corrected typo in documentation for the GitHub URL (#22)

* Correcting URL for github; ra-aid.git -> RA.Aid.git

* Additional fix to cloning instructions
This commit is contained in:
Will 2024-12-29 11:47:24 -05:00 committed by GitHub
parent 9d4c74e05c
commit d3a4684d69
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -410,8 +410,8 @@ RA.Aid implements a three-stage architecture for handling development and resear
1. Clone the repository: 1. Clone the repository:
```bash ```bash
git clone https://github.com/ai-christianson/ra-aid.git git clone https://github.com/ai-christianson/RA.Aid.git
cd ra-aid cd RA.Aid
``` ```
2. Create and activate a virtual environment: 2. Create and activate a virtual environment: