summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorfromelicks <108532072+fromelicks@users.noreply.github.com>2024-05-15 17:33:27 +0200
committerfromelicks <108532072+fromelicks@users.noreply.github.com>2024-05-15 17:33:27 +0200
commit83539cee1e52b039565b145d5de34e6492332c29 (patch)
treea84229c160eab62eaf0e6d82f3648f9308016e14 /README.md
parente1e13ca0cd90ac30c27d90df841bfa7469afbf37 (diff)
downloadmakext-83539cee1e52b039565b145d5de34e6492332c29.tar.gz
fix(readme): typo
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 29cf802..5098c29 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ license or readme files or just testing data that is/are not needed to
use it.
> [!NOTE]
-> This extensions are abusing GNU Make in some sense since it was not
+> These extensions are abusing GNU Make in some sense since it was not
> meant to really be a task runner. Keep that in mind. However, despite
> that, I constantly find myself using it as such.
@@ -22,9 +22,9 @@ use it.
| Extension | Description |
|-------------|-----------------------------------------------------|
-| help | Displays all targets with a comment in help format. |
-| assure | Check for the existence of programs on a machine. |
-| environment | Loads environmental variables from other files. |
+| **help** | Displays all targets with a comment in help format. |
+| **assure** | Check for the existence of programs on a machine. |
+| **environment** | Loads environmental variables from other files. |
Additional features: