Skip to content

Commit

Permalink
Update runtime.md
Browse files Browse the repository at this point in the history
  • Loading branch information
leaanthony authored Feb 2, 2024
1 parent fb5afbd commit 9a01650
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mkdocs-website/docs/en/learn/runtime.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -55,4 +55,4 @@ directory (normally `frontend/dist`) and then including it in your HTML:
</head>
<!--- ... -->
</>
```
```

0 comments on commit 9a01650

Please sign in to comment.