From 1bac3c3f4e14883abfc02add0605278ab979bbc7 Mon Sep 17 00:00:00 2001 From: auto <140775902+liablelua@users.noreply.github.com> Date: Fri, 21 Feb 2025 11:40:53 -0600 Subject: [PATCH] Sloth is blind (2 fixes) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 496d943..050eeeb 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ The project is divided into the following folders: 1. **Clone the Repository** ```sh - git clone + git clone https://github.com/The-CodingSloth/sloth-search.git cd sloth-search ``` @@ -40,7 +40,7 @@ pip install -r requirements.txt - The `Search` directory contains the code for crawling, indexing, and serving. - You can start the process by running: ```sh - python search/complete_exmaples/advanced_pagerank.py + python search/complete_examples/advanced_pagerank.py ``` - This will crawl, index, and prepare the content for searching. - If you want to run any other files do the same process: