Skip to content

Commit 0fdcf3d

Browse files
authored
[ci skip] Fix table
1 parent 87ccbdf commit 0fdcf3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ When you add a component to `components/`, you can [render it in a Rails view](#
5959
The component name tells `react-rails` where to load the component. For example:
6060

6161
`react_component` call | component `require`
62-
=======================|======================
62+
-----|-----
6363
`react_component("Item")` | `require("Item")`
6464
`react_component("items/index")` | `require("items/index")`
6565
`react_component("items.Index")` | `require("items").Index`

0 commit comments

Comments
 (0)