Skip to content

Commit d37f66b

Browse files
committed
docs(README): remove CoffeeScript doc bloc section
The doc bloc isn't required in the bundled version of React. I think this sentiment is no longer relevant.
1 parent ff564e8 commit d37f66b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ end
244244

245245
## CoffeeScript
246246

247-
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:
247+
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:
248248

249249
```coffee
250250
Component = React.createClass

0 commit comments

Comments
 (0)