From 3e4bdb129ac27eab2311c9b526dae8b6cffa44ac Mon Sep 17 00:00:00 2001 From: Brenden Matthews Date: Thu, 16 Jan 2025 07:34:39 -0500 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56a4b1f7b..eff1e62ec 100644 --- a/README.md +++ b/README.md @@ -293,7 +293,7 @@ Check out the code to your local machine and install the Python dependencies: ```console # Install the pre-commit hooks -uv run pre-commit instal +uv run pre-commit install # Run thetagang uv run thetagang -h ```