From cdc441344fc55f08df6976ffe04163de7fbbf1cf Mon Sep 17 00:00:00 2001 From: David Allen Date: Fri, 29 Aug 2025 17:40:50 -0600 Subject: [PATCH] chore: fix formatting in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 04c4f96..0b4fd4d 100644 --- a/README.md +++ b/README.md @@ -73,8 +73,8 @@ makeshift download -p templates --plugins smd,jinja2 --profile compute -xr ```bash # upload a file or directory (recursively)
- makeshift upload
- makeshift upload --host http://localhost:5050 --path help.txt
+makeshift upload +makeshift upload --host http://localhost:5050 --path help.txt ``` > [!NOTE]