From 33333b71169fe4d88e227827b8e54e0f6c878f3d Mon Sep 17 00:00:00 2001 From: Stefan Smiljkovic Date: Wed, 15 Sep 2021 17:04:27 +0200 Subject: [PATCH] Wrong markdown link It resulted int wrong repo link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79a7acf..83769fc 100644 --- a/README.md +++ b/README.md @@ -91,4 +91,4 @@ val browser2 = JsoupBrowser[Task](connectionTimeout = 5.seconds, # Credits -Greatly inspired by awesome [https://github.com/ruippeixotog/scala-scraper](Rui's scala-scraper) and python's Scrapy. Thank you! +Greatly inspired by awesome [Rui's scala-scraper](https://github.com/ruippeixotog/scala-scraper) and python's Scrapy. Thank you!