From f5e222a81f1c22b9324b6b95bb7a8dcbd8e52490 Mon Sep 17 00:00:00 2001 From: Lucas Colombo Date: Mon, 8 Apr 2024 17:22:39 -0300 Subject: [PATCH] =?UTF-8?q?docs:=20=F0=9F=93=9D=20improve=20doc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/img/icon-has-submodules.svg | 2 +- README.md | 11 +++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/img/icon-has-submodules.svg b/.github/img/icon-has-submodules.svg index 32b1ea9..b618308 100644 --- a/.github/img/icon-has-submodules.svg +++ b/.github/img/icon-has-submodules.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/README.md b/README.md index 8aa83cf..f345c45 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,13 @@ several features and "sub-features". ## Main features -- [x] [cli](lib/cli) +- [x] [cli](lib/cli)  has subfeatures - [x] [logging](lib/logger) - [x] [macros](lib/macros) -- [x] [sched](lib/sched) +- [x] [sched](lib/sched)  has subfeatures -> [!NOTE] -> : Means that the feature has sub-features. \ No newline at end of file +> [!NOTE] Sub-Features +> +> has subfeatures ยป Means that the feature has sub-features. +> +> Check the module's specific documentation for more information. \ No newline at end of file