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 %>