From d37f66b23c8cbb4a03d43bbe4ce8bb8fc82d0e9b Mon Sep 17 00:00:00 2001 From: Michael Chan Date: Tue, 14 Apr 2015 21:08:44 -0700 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d6a7a3610..f6329eda9 100644 --- a/README.md +++ b/README.md @@ -244,7 +244,7 @@ end ## CoffeeScript -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: +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: ```coffee Component = React.createClass