Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
justin808 committed Sep 8, 2017
1 parent e290ab8 commit b17b7a3
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 @@ -37,7 +37,7 @@ First be sure to run `rails -v` and check that you are using Rails 5.1.3 or abov
This is the line where you turn server rendering on by setting prerender to true:

```
<%%= react_component("<%= config[:component_name] %>", props: @hello_world_props, prerender: false) %>
<%%= react_component("HelloWorld", props: @hello_world_props, prerender: false) %>
```

---------------
Expand Down

0 comments on commit b17b7a3

Please sign in to comment.