diff options
author | 2023-04-26 23:45:27 -0400 | |
---|---|---|
committer | 2023-04-26 20:45:27 -0700 | |
commit | 55c05c0a1fad507b9be2209dbc26a61ec2e01df3 (patch) | |
tree | 2f6e2d048f511c9a32a33615ca4aeb3fc22fb0b8 | |
parent | 7d7748f69fc748c754336010b570594e741c064f (diff) | |
download | bun-55c05c0a1fad507b9be2209dbc26a61ec2e01df3.tar.gz bun-55c05c0a1fad507b9be2209dbc26a61ec2e01df3.tar.zst bun-55c05c0a1fad507b9be2209dbc26a61ec2e01df3.zip |
fix (#2756)
Diffstat (limited to '')
-rw-r--r-- | docs/cli/build.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cli/build.md b/docs/cli/build.md index 1fce799fd..2c7c78d4f 100644 --- a/docs/cli/build.md +++ b/docs/cli/build.md @@ -122,7 +122,7 @@ 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> </html> ``` |