Skip to content

Commit 3ecc42b

Browse files
committed
Update README for 0.12 branch
1 parent b7ba3b6 commit 3ecc42b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ As with all gem dependencies, we strongly recommend adding `react-rails` to your
1717
```ruby
1818
# Gemfile
1919

20-
gem 'react-rails', '~> 0.11.1.0'
20+
gem 'react-rails', '~> 0.12.0.0'
2121
```
2222

2323

@@ -80,7 +80,7 @@ end
8080

8181
## CoffeeScript
8282

83-
It is possible to use JSX with CoffeeScript. The caveat is that you will still need to include the docblock. Since CoffeeScript doesn't allow `/* */` style comments, we need to do something a little different. We also need to embed JSX inside backticks so CoffeeScript ignores the syntax it doesn't understand. Here's an example:
83+
It is possible to use JSX with CoffeeScript. We need to embed JSX inside backticks so CoffeeScript ignores the syntax it doesn't understand. Here's an example:
8484

8585
```coffee
8686
Component = React.createClass

0 commit comments

Comments
 (0)