From 472e907d9f2de1347443e2dba8d586115866ba33 Mon Sep 17 00:00:00 2001 From: Simon Cambier Date: Sun, 18 Jan 2026 13:52:13 +0100 Subject: [PATCH] Fixed readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f77530d..9afd9ac 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ The resulting code is a single `build/bundle.lua` file. Open the terminal: ``` -> cp -f /my-project/build/src /ram/cart/build/src +> cp -f /my-project/build/bundle.lua /ram/cart/bundle.lua > save > export my-project.bin ```