Skip to content

Commit

Permalink
Update camelize props anchor link
Browse files Browse the repository at this point in the history
The heading 'Camelize Props` has the id `camelize-props`, not `camelize_props`
  • Loading branch information
robwilliams committed Aug 4, 2017
1 parent 43e07ac commit d2851b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ react_component(component_class_name, props={}, html_options={})
- `html_options` may include:
- `tag:` to use an element other than a `div` to embed `data-react-class` and `data-react-props`.
- `prerender: true` to render the component on the server.
- `camelize_props` to [transform a props hash](#camelize_props)
- `camelize_props` to [transform a props hash](#camelize-props)
- `**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).


Expand Down

0 comments on commit d2851b4

Please sign in to comment.