diff options
Diffstat (limited to 'docs/cli')
-rw-r--r-- | docs/cli/build.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/cli/build.md b/docs/cli/build.md index 9ce6fddde..1fce799fd 100644 --- a/docs/cli/build.md +++ b/docs/cli/build.md @@ -122,9 +122,9 @@ Then paste the following contents into it: <html> <body> <div id="root"></div> - <script type="module" src="/index.js"></script> + < script type="module" src="/index.js"></ script> </body> -</div> +</html> ``` Then spin up a static file server serving the `out` directory: |