From d7e17cf5e682cef453b0f9ee995ad13163d9a126 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Sun, 28 Jun 2026 14:19:03 -0700 Subject: [PATCH] Simple wording change to mention bun on the home page. Fixes #1545 --- src/pages/home/index_page.cr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/home/index_page.cr b/src/pages/home/index_page.cr index 62f9dabd..37f2e311 100644 --- a/src/pages/home/index_page.cr +++ b/src/pages/home/index_page.cr @@ -181,10 +181,10 @@ class Home::IndexPage ```crystal class Home::IndexPage < MainLayout def content - # Lucky includes Webpack! + # Lucky includes Bun! You can also use Webpack, Vite, or anything else # You can enable React or Vue.js support. Then... - # Mount your JavaScript component/app + # Mount your JavaScript component/app to `` tag("MyApp", title: "MyApp is the best") # Optionally render regular HTML for non-interactive elements