From f7ed91b4437bae33fb7a6b00c96a122524ffa9b7 Mon Sep 17 00:00:00 2001 From: gubsheep Date: Fri, 7 Nov 2025 19:17:17 -0500 Subject: [PATCH] gui_app -> app_gui in instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e849a4..5b93113 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Run the synchronizer in the background: Start the gui app and begin crafting, committing, vieweing and verifying items ``` -RUST_LOG=gui_app=debug,info cargo run --release -p gui_app +RUST_LOG=app_gui=debug,info cargo run --release -p app_gui ``` ### Running a local testnet: