Skip to content

Commit 802cdb8

Browse files
committed
[readme] clear up Fragment docs
Fixes #2818
1 parent 896fe4b commit 802cdb8

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
@@ -39,7 +39,7 @@ You should also specify settings that will be shared across all the plugin rules
3939
"createClass": "createReactClass", // Regex for Component Factory to use,
4040
// default to "createReactClass"
4141
"pragma": "React", // Pragma to use, default to "React"
42-
"fragment": "React.Fragment", // Fragment to use, default to "React.Fragment"
42+
"fragment": "Fragment", // Fragment to use (may be a property of <pragma>), default to "Fragment"
4343
"version": "detect", // React version. "detect" automatically picks the version you have installed.
4444
// You can also use `16.0`, `16.3`, etc, if you want to override the detected value.
4545
// default to latest and warns if missing

0 commit comments

Comments
 (0)