Skip to content

Commit ea47eca

Browse files
author
Robert Mosolgo
committed
Merge pull request #220 from ruedap/fix-readme
Fix indentation in README
2 parents abd5171 + 236dc66 commit ea47eca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@ After installing `react-rails`, restart your server. Now, `.js.jsx` files will b
8686
You can use JSX `--harmony` or `--strip-types` options by adding a configuration:
8787

8888
```ruby
89-
config.react.jsx_transform_options = {
90-
harmony: true,
91-
strip_types: true, # for removing Flow type annotations
92-
}
89+
config.react.jsx_transform_options = {
90+
harmony: true,
91+
strip_types: true, # for removing Flow type annotations
92+
}
9393
```
9494

9595
To use CoffeeScript, create `.js.jsx.coffee` files and embed JSX inside backticks, for example:

0 commit comments

Comments
 (0)