Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0fdcf3d

Browse files
[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)

AltStyle によって変換されたページ (->オリジナル) /