From 36348c0701970fef4e0b7a00912c637c005e9b82 Mon Sep 17 00:00:00 2001 From: Jason Swank <632526+jswank@users.noreply.github.com> Date: Wed, 21 Jan 2026 18:50:13 -0500 Subject: [PATCH] fix README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f3538d2..99f5b56 100644 --- a/README.md +++ b/README.md @@ -22,10 +22,10 @@ $ scripts/task-install.sh ## Workflows -Common workflows for the creation, maintantenance, usage of the installation scripts are encapsulated in [Task](https://taskfile.dev) tasks. +Common workflows for the creation, maintenance, usage of the installation scripts are encapsulated in [Task](https://taskfile.dev) tasks. -``` -# list availale tasks +```bash +# list available tasks $ task --list task: Available tasks for this project: @@ -46,7 +46,7 @@ The default task creates a new installation script for a binary from its GitHub repository. This is often the only step needed to add a new installation script to the collection. -``` +```bash # create a new installation script by providing the GitHub repository as an argument: $ task REPO=owner/repo-name