From b72bb5a09a40d68ebd6789fb49a9d6efca644a30 Mon Sep 17 00:00:00 2001 From: jfraeys <13443851+jfraeys@users.noreply.github.com> Date: Fri, 31 May 2024 18:32:43 +0000 Subject: [PATCH] Update README.md, wzp does not have an extension --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0cc0533..2cb37b1 100755 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Welcome to the .local-bin repository! Find key components below to enhance your - `-n` or `--disable-notification`: Disable notifications during setup. - **[docker_check](docker_check):** This script automates the process of ensuring Docker is installed and running before executing Docker-related commands. If Docker is not installed, it provides an option to install it via Homebrew. - **[add_yaml_header.sh](add_yaml_header.sh):** This script ensures that YAML files within a specified directory contain the necessary `---` header. If a YAML file does not have the `---` header, the script adds it. -- **[wzp.sh](wzp.sh):** This script automates the process of starting a new Wezterm project. It allows you to select a project from a predefined list or specify a project name as an argument. +- **[wzp](wzp):** This script automates the process of starting a new Wezterm project. It allows you to select a project from a predefined list or specify a project name as an argument. ## Documentation