Skip to content

Commit 9ca9a46

Browse files
author
Robert Mosolgo
authored
Merge pull request #761 from robwilliams/patch-1
Update camelize props anchor link in README
2 parents 43e07ac + d2851b4 commit 9ca9a46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ react_component(component_class_name, props={}, html_options={})
194194
- `html_options` may include:
195195
- `tag:` to use an element other than a `div` to embed `data-react-class` and `data-react-props`.
196196
- `prerender: true` to render the component on the server.
197-
- `camelize_props` to [transform a props hash](#camelize_props)
197+
- `camelize_props` to [transform a props hash](#camelize-props)
198198
- `**other` Any other arguments (eg `class:`, `id:`) are passed through to [`content_tag`](http://api.rubyonrails.org/classes/ActionView/Helpers/TagHelper.html#method-i-content_tag).
199199

200200

0 commit comments

Comments
 (0)