Skip to content

Commit

Permalink
Update shared settings in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yannickcr committed Apr 23, 2017
1 parent 6b5dbe0 commit 82b7b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ You can also specify some settings that will be shared across all the plugin rul
{
"settings": {
"react": {
"createClass": "createClass", // Regex for Component Factory to use, default to "createClass"
"createClass": "createReactClass", // Regex for Component Factory to use, default to "createReactClass"
"pragma": "React", // Pragma to use, default to "React"
"version": "15.0" // React version, default to the latest React stable release
}
Expand Down

0 comments on commit 82b7b40

Please sign in to comment.