From fcc23775fe8bcd842ee6140ac99c0a76780b6a1b Mon Sep 17 00:00:00 2001 From: Blake Ashley <56891775+blakeashleyjr@users.noreply.github.com> Date: Mon, 27 Nov 2023 17:24:07 -0800 Subject: [PATCH] Update README.md to fix single-letter typo Correct packge to package --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f60d2cc..3c9c981 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Available variables are listed below, along with default values (see `defaults/m pip_package: python3-pip -The name of the packge to install to get `pip` on the system. For older systems that don't have Python 3 available, you can set this to `python-pip`. +The name of the package to install to get `pip` on the system. For older systems that don't have Python 3 available, you can set this to `python-pip`. pip_executable: pip3