From 09815e6035c198ea844e82c379c4a73e83189251 Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Fri, 2 Feb 2024 17:14:09 +1100 Subject: [PATCH] Update runtime.md --- mkdocs-website/docs/en/learn/runtime.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/mkdocs-website/docs/en/learn/runtime.md b/mkdocs-website/docs/en/learn/runtime.md index 4dad6ad5..0e80e6c3 100644 --- a/mkdocs-website/docs/en/learn/runtime.md +++ b/mkdocs-website/docs/en/learn/runtime.md @@ -44,9 +44,8 @@ following command: wails3 generate runtime ``` -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: +This will generate a `runtime.js` (and `runtime.debug.js`) file in the current directory. +This file can be used by your application by adding it to your assets directory (normally `frontend/dist`) and then including it in your HTML: ```html