From 9a01650622af8071f124ea1e2fc01c0ab2f03af6 Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Fri, 2 Feb 2024 17:10:33 +1100 Subject: [PATCH] Update runtime.md --- mkdocs-website/docs/en/learn/runtime.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mkdocs-website/docs/en/learn/runtime.md b/mkdocs-website/docs/en/learn/runtime.md index b3d4180c798..4dad6ad5fdd 100644 --- a/mkdocs-website/docs/en/learn/runtime.md +++ b/mkdocs-website/docs/en/learn/runtime.md @@ -44,7 +44,7 @@ following command: wails3 generate runtime ``` -This will generate a `runtime.js` (and `runtime.debug.js`) file in the `frontend` directory of your project. +This will generate a `runtime.js` (and `runtime.debug.js`) file in the current directory. Move this to the `frontend` directory of your project. This file can be included in your assets directory and used in your application by adding it to your assets directory (normally `frontend/dist`) and then including it in your HTML: @@ -55,4 +55,4 @@ directory (normally `frontend/dist`) and then including it in your HTML: -``` \ No newline at end of file +```