From ae7959b4a471e884918c6381df2c6dac5f20787b Mon Sep 17 00:00:00 2001 From: Karim shoair Date: Fri, 15 Nov 2024 02:50:24 +0200 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 159027f..891f7b5 100644 --- a/README.md +++ b/README.md @@ -703,7 +703,10 @@ There are a lot of deep details skipped here to make this as short as possible s Note that implementing your storage system can be complex as there are some strict rules such as inheriting from the same abstract class, following the singleton design pattern used in other classes, and more. So make sure to read the docs first. -To give detailed documentation of the library, it will need a website. I'm trying to rush creating the website, researching new ideas, and adding more features/tests/benchmarks but time is tight with too many spinning plates between work, personal life, and working on Scrapling. But you can help by using the [sponsor button](https://github.com/sponsors/D4Vinci) above :) +> [!IMPORTANT] +> To give detailed documentation of the library, it will need a website. +> I'm trying to rush creating the website, researching new ideas, and adding more features/tests/benchmarks but time is tight with too many spinning plates between work, personal life, and working on Scrapling. +> If you like `Scrapling` and want it to keep improving then this is a friendly reminder that you can help by supporting me through the [sponsor button](https://github.com/sponsors/D4Vinci). ## ⚡ Enlightening Questions and FAQs This section addresses common questions about Scrapling, please read this section before opening an issue.