From 8cf3a4164e0fa2207dacb088ddb6aa771d0a8a1d Mon Sep 17 00:00:00 2001 From: tillarnold Date: Wed, 29 Oct 2014 22:35:13 +0100 Subject: [PATCH] Update README with the new additional file suffix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b37459..0564e4f 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ jshint: { } ``` -Your jsx files need to have a `.jsx` file extension or start with +Your jsx files need to have a `.jsx` or `.react.js` file extension or start with ```js /** @jsx React.DOM */ ```