From d3a4684d6987c5fc1abb87262cdbda28bf8017b6 Mon Sep 17 00:00:00 2001 From: Will Date: Sun, 29 Dec 2024 11:47:24 -0500 Subject: [PATCH] Corrected typo in documentation for the GitHub URL (#22) * Correcting URL for github; ra-aid.git -> RA.Aid.git * Additional fix to cloning instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0018ab3..0c6ca94 100644 --- a/README.md +++ b/README.md @@ -410,8 +410,8 @@ RA.Aid implements a three-stage architecture for handling development and resear 1. Clone the repository: ```bash -git clone https://github.com/ai-christianson/ra-aid.git -cd ra-aid +git clone https://github.com/ai-christianson/RA.Aid.git +cd RA.Aid ``` 2. Create and activate a virtual environment: