From 236dc6679fab4abb71995c9b3f74c7c0c805deac Mon Sep 17 00:00:00 2001 From: ruedap Date: Sat, 21 Mar 2015 14:37:01 +0900 Subject: [PATCH] Fix indentation in README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cd2fde5d8..752a251ef 100644 --- a/README.md +++ b/README.md @@ -86,10 +86,10 @@ After installing `react-rails`, restart your server. Now, `.js.jsx` files will b You can use JSX `--harmony` or `--strip-types` options by adding a configuration: ```ruby - config.react.jsx_transform_options = { - harmony: true, - strip_types: true, # for removing Flow type annotations - } +config.react.jsx_transform_options = { + harmony: true, + strip_types: true, # for removing Flow type annotations +} ``` To use CoffeeScript, create `.js.jsx.coffee` files and embed JSX inside backticks, for example: