diff options
author | 2022-07-04 02:02:43 -0700 | |
---|---|---|
committer | 2022-07-04 02:02:43 -0700 | |
commit | c7e0ed8e219f3fcedb520762da61115a4809e76c (patch) | |
tree | b55665a6a8923dd2ba984ca99f7b10791b951acc | |
parent | c34e9ced8182351623da27fa99bcf1eb52d4cc68 (diff) | |
download | bun-c7e0ed8e219f3fcedb520762da61115a4809e76c.tar.gz bun-c7e0ed8e219f3fcedb520762da61115a4809e76c.tar.zst bun-c7e0ed8e219f3fcedb520762da61115a4809e76c.zip |
Update page.tsx
-rw-r--r-- | packages/bun-landing/page.tsx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/bun-landing/page.tsx b/packages/bun-landing/page.tsx index b04709c2f..9162b5ef9 100644 --- a/packages/bun-landing/page.tsx +++ b/packages/bun-landing/page.tsx @@ -402,7 +402,7 @@ curl https://bun.sh/install | bash <p> {" "} - Bun's HTTP server is built on the{" "} + Bun's HTTP server is built on web standards like <a className="Identifier" href="https://developer.mozilla.org/en-US/docs/Web/API/Request" @@ -416,7 +416,6 @@ curl https://bun.sh/install | bash > Response </a> - web standards </p> <CodeBlock lang="js">{` |