aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dave caruso <me@paperdave.net> 2023-04-26 23:27:24 -0400
committerGravatar GitHub <noreply@github.com> 2023-04-26 20:27:24 -0700
commit7d7748f69fc748c754336010b570594e741c064f (patch)
tree43c03607535909ba2c28293b549372dea0769c16
parent8ba13f273c2fb4cd18e144f885a0c6b4b94e5880 (diff)
downloadbun-7d7748f69fc748c754336010b570594e741c064f.tar.gz
bun-7d7748f69fc748c754336010b570594e741c064f.tar.zst
bun-7d7748f69fc748c754336010b570594e741c064f.zip
docs hotfix (#2755)
-rw-r--r--docs/cli/build.md4
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: