From 9f8f095a78e20f366858eed63dd3e6fe42580004 Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Wed, 21 Jun 2023 19:23:14 +1000 Subject: [PATCH] [v3] Update dev guide. --- v3/DEVELOPMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v3/DEVELOPMENT.md b/v3/DEVELOPMENT.md index ca460b2a..468c9a5a 100644 --- a/v3/DEVELOPMENT.md +++ b/v3/DEVELOPMENT.md @@ -41,7 +41,7 @@ The project has the following structure: ### Updating the runtime -When the runtime is updated, the following steps need to be taken: +The runtime is located in `v3/internal/runtime`. When the runtime is updated, the following steps need to be taken: ```shell wails task runtime:build