From 2c49c8645f0932b2018451d0f6f74321946ed816 Mon Sep 17 00:00:00 2001 From: Detanup01 <91248446+Detanup01@users.noreply.github.com> Date: Mon, 4 Nov 2024 13:23:59 +0100 Subject: [PATCH] Fix find_ to generate_ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f04c6b17..9953c513 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ This project depends on many third-party libraries and tools, credits to them fo --- # How to use the emu -* **Always generate the interfaces file using the `find_interfaces` tool.** +* **Always generate the interfaces file using the `generate_interfaces` tool.** * **Generate the proper app configuration using the `generate_emu_config` tool.** * **If things don't work, try the `ColdClientLoader` setup.**