From 171acf55daf2f8305619072f21fa6befda3be581 Mon Sep 17 00:00:00 2001 From: Vishal Shenoy Date: Wed, 15 Jan 2025 15:50:45 -0800 Subject: [PATCH] fix: $:~ (#245) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a600861..71acc14 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ A command-line interface for the Codegen API that helps you transform your code To install the latest release: ``` -~$: uv tool install codegen +uv tool install codegen ``` ## Development