Skip to content

Commit

Permalink
[readme] clear up Fragment docs
Browse files Browse the repository at this point in the history
Fixes #2818
  • Loading branch information
ljharb committed Oct 9, 2020
1 parent 896fe4b commit 802cdb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -39,7 +39,7 @@ You should also specify settings that will be shared across all the plugin rules
"createClass": "createReactClass", // Regex for Component Factory to use,
// default to "createReactClass"
"pragma": "React", // Pragma to use, default to "React"
"fragment": "React.Fragment", // Fragment to use, default to "React.Fragment"
"fragment": "Fragment", // Fragment to use (may be a property of <pragma>), default to "Fragment"
"version": "detect", // React version. "detect" automatically picks the version you have installed.
// You can also use `16.0`, `16.3`, etc, if you want to override the detected value.
// default to latest and warns if missing
Expand Down

0 comments on commit 802cdb8

Please sign in to comment.