Skip to content

Commit 1537e38

Browse files
authored
Update default prefixCls in README.md
1 parent 68ef1c1 commit 1537e38

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
@@ -48,7 +48,7 @@ Please note that **onChange** API
4848

4949
| Property | Type | Default | Description |
5050
| --------- | --------- | --------- | --------- |
51-
| prefixCls | string | @rc-component/segmented | prefixCls of this component |
51+
| prefixCls | string | `rc-segmented` | prefixCls of this component |
5252
| className | string | '' | additional class name of segmented |
5353
| style | React.CSSProperties | | style properties of segmented |
5454
| options | Array<string \| number \| [SegmentedOption](#SegmentedOption)> | [] | options for choices |

0 commit comments

Comments
 (0)