From 3c24153b481529eca1931237d321dffcc041d564 Mon Sep 17 00:00:00 2001 From: Pong Date: Mon, 13 Jan 2025 08:56:35 -0500 Subject: [PATCH] Update README.md fix uvx command to add parameter needed to run the package. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e58eb81..d9f8b00 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ pip install spl_transpiler[cli,runtime] You can also use the TUI directly using `uvx` or `pipx`: ```bash -uvx spl_transpiler +uvx run spl_transpiler ``` # Usage