diff options
author | 2023-08-10 12:37:14 -0700 | |
---|---|---|
committer | 2023-08-10 12:37:14 -0700 | |
commit | 8d207925d7f74c0ba1f63569f094504d42eebaf3 (patch) | |
tree | 735be5c80ab1cc20803451fbb780c051da393530 | |
parent | e0569ac47ab1322fc3c8bd6b3337e181fd316804 (diff) | |
download | bun-8d207925d7f74c0ba1f63569f094504d42eebaf3.tar.gz bun-8d207925d7f74c0ba1f63569f094504d42eebaf3.tar.zst bun-8d207925d7f74c0ba1f63569f094504d42eebaf3.zip |
Fix title
-rw-r--r-- | docs/guides/ecosystem/remix.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guides/ecosystem/remix.md b/docs/guides/ecosystem/remix.md index 510ce6a39..0ae0a69f9 100644 --- a/docs/guides/ecosystem/remix.md +++ b/docs/guides/ecosystem/remix.md @@ -1,5 +1,5 @@ --- -name: Build an app with Next.js and Bun +name: Build an app with Remix and Bun --- {% callout %} |