From de58cccd0338ca56c92829bb84317e175a204d25 Mon Sep 17 00:00:00 2001 From: Pavel Yakovlev Date: Tue, 9 Apr 2024 11:21:38 +0300 Subject: [PATCH] Fixed clone URL in README.md Old README.md version contained wrong `git clone` URL. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 11010b8..d6891d4 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Loki is our open-source solution designed to automate the process of verifying f ### Installation 1. Clone the repository: ```bash -git clone https://github.com/Libr-AI/factcheckservice.git +git clone https://github.com/Libr-AI/OpenFactVerification.git ``` 2. Navigate to the project directory and install the required packages: ```bash