Skip to content

Commit 8d82588

Browse files
author
Robert Mosolgo
committed
Merge pull request #244 from chantastic/patch-1
docs(README): remove CoffeeScript doc bloc section
2 parents eeacfa9 + d37f66b commit 8d82588

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)