Skip to content

Commit 236dc66

Browse files
committed
Fix indentation in README
1 parent abd5171 commit 236dc66

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)