From 8f44db6499e7a7eeeee219a079e05016dbe43643 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6khan=20Geyik?= Date: Wed, 5 Jun 2024 17:16:02 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ea1fc9c..fcf42275 100644 --- a/README.md +++ b/README.md @@ -229,7 +229,7 @@ To use the REST API, send a POST request to `http://localhost:8000/crawl` with t } ``` -For more information about the available parameters and their descriptions, refer to the [Parameters](#parameters) section. +For more information about the available parameters and their descriptions, refer to the [Parameters](#parameters-) section. ## Python Library Usage 🚀