aboutsummaryrefslogtreecommitdiff
path: root/docs/guides/ecosystem/elysia.md
diff options
context:
space:
mode:
authorGravatar Colin McDonnell <colinmcd94@gmail.com> 2023-07-31 13:57:17 -0700
committerGravatar Colin McDonnell <colinmcd94@gmail.com> 2023-07-31 13:57:17 -0700
commit90991da908b0725802db63d9fd8d5b4de1eb21a5 (patch)
treebb1e71bce28124e63944b0a47722ed925aa35687 /docs/guides/ecosystem/elysia.md
parent404b90badc5856a74c06d04062c850003e28fed5 (diff)
downloadbun-90991da908b0725802db63d9fd8d5b4de1eb21a5.tar.gz
bun-90991da908b0725802db63d9fd8d5b4de1eb21a5.tar.zst
bun-90991da908b0725802db63d9fd8d5b4de1eb21a5.zip
Update titles, add Workspaces guide
Diffstat (limited to 'docs/guides/ecosystem/elysia.md')
-rw-r--r--docs/guides/ecosystem/elysia.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guides/ecosystem/elysia.md b/docs/guides/ecosystem/elysia.md
index b0231ff95..ae1a8e37b 100644
--- a/docs/guides/ecosystem/elysia.md
+++ b/docs/guides/ecosystem/elysia.md
@@ -1,5 +1,5 @@
---
-name: Build an HTTP server using Elysia
+name: Build an HTTP server using Elysia and Bun
---
[Elysia](https://elysiajs.com) is a Bun-first performance focused web framework that takes full advantage of Bun's HTTP, file system, and hot reloading APIs. Get started with `bun create`.