From 6f2f4b83935bfc1b619736a0989b3075a45e413c Mon Sep 17 00:00:00 2001 From: ihabadham Date: Thu, 2 Oct 2025 17:06:16 +0300 Subject: [PATCH] excape the head tag in readme to not confuse the MDX parser --- docs/quick-start/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quick-start/README.md b/docs/quick-start/README.md index 614cc6c4e..7798716df 100644 --- a/docs/quick-start/README.md +++ b/docs/quick-start/README.md @@ -124,7 +124,7 @@ With React on Rails auto-bundling, you don't need manual registration! Just add <%= react_component("SimpleCounter", { initialCount: 5 }, { auto_load_bundle: true }) %> ``` -Note, your layout needs to include this in the : +Note, your layout needs to include this in the ``: ```erb <%= stylesheet_pack_tag %>