Skip to content

Commit 6f2f4b8

Browse files
committed
excape the head tag in readme to not confuse the MDX parser
1 parent 477f17d commit 6f2f4b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/quick-start/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ With React on Rails auto-bundling, you don't need manual registration! Just add
124124
<%= react_component("SimpleCounter", { initialCount: 5 }, { auto_load_bundle: true }) %>
125125
```
126126

127-
Note, your layout needs to include this in the <head>:
127+
Note, your layout needs to include this in the `<head>`:
128128

129129
```erb
130130
<%= stylesheet_pack_tag %>

0 commit comments

Comments
 (0)