Skip to content

Commit 4bab13f

Browse files
authored
Update README.md
1 parent c9ab3da commit 4bab13f

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@ React Trigger Component
99
[![bundle size][bundlephobia-image]][bundlephobia-url]
1010
[![dumi][dumi-image]][dumi-url]
1111

12-
[npm-image]: http://img.shields.io/npm/v/rc-checkbox.svg?style=flat-square
13-
[npm-url]: http://npmjs.org/package/rc-checkbox
14-
[github-actions-image]: https://github.com/react-component/checkbox/workflows/CI/badge.svg
15-
[github-actions-url]: https://github.com/react-component/checkbox/actions
16-
[codecov-image]: https://img.shields.io/codecov/c/github/react-component/checkbox/master.svg?style=flat-square
17-
[codecov-url]: https://codecov.io/gh/react-component/checkbox/branch/master
18-
[david-url]: https://david-dm.org/react-component/checkbox
19-
[david-image]: https://david-dm.org/react-component/checkbox/status.svg?style=flat-square
20-
[david-dev-url]: https://david-dm.org/react-component/checkbox?type=dev
21-
[david-dev-image]: https://david-dm.org/react-component/checkbox/dev-status.svg?style=flat-square
22-
[download-image]: https://img.shields.io/npm/dm/rc-checkbox.svg?style=flat-square
23-
[download-url]: https://npmjs.org/package/rc-checkbox
24-
[bundlephobia-url]: https://bundlephobia.com/result?p=rc-checkbox
25-
[bundlephobia-image]: https://badgen.net/bundlephobia/minzip/rc-checkbox
12+
[npm-image]: http://img.shields.io/npm/v/@rc-component/trigger.svg?style=flat-square
13+
[npm-url]: http://npmjs.org/package/@rc-component/trigger
14+
[github-actions-image]: https://github.com/react-component/trigger/workflows/CI/badge.svg
15+
[github-actions-url]: https://github.com/react-component/trigger/actions
16+
[codecov-image]: https://img.shields.io/codecov/c/github/react-component/trigger/master.svg?style=flat-square
17+
[codecov-url]: https://codecov.io/gh/react-component/trigger/branch/master
18+
[david-url]: https://david-dm.org/react-component/trigger
19+
[david-image]: https://david-dm.org/react-component/trigger/status.svg?style=flat-square
20+
[david-dev-url]: https://david-dm.org/react-component/trigger?type=dev
21+
[david-dev-image]: https://david-dm.org/react-component/trigger/dev-status.svg?style=flat-square
22+
[download-image]: https://img.shields.io/npm/dm/@rc-component/trigger.svg?style=flat-square
23+
[download-url]: https://npmjs.org/package/@rc-component/trigger
24+
[bundlephobia-url]: https://bundlephobia.com/result?p=@rc-component/trigger
25+
[bundlephobia-image]: https://badgen.net/bundlephobia/minzip/@rc-component/trigger
2626
[dumi-image]: https://img.shields.io/badge/docs%20by-dumi-blue?style=flat-square
2727
[dumi-url]: https://github.com/umijs/dumi
2828

@@ -142,7 +142,7 @@ npm start
142142
<tr>
143143
<td>prefixCls</td>
144144
<td>String</td>
145-
<td>rc-trigger-popup</td>
145+
<td>@rc-component/trigger-popup</td>
146146
<td>prefix class name</td>
147147
</tr>
148148
<tr>
@@ -255,4 +255,4 @@ open coverage/ dir
255255

256256
## License
257257

258-
rc-trigger is released under the MIT license.
258+
@rc-component/trigger is released under the MIT license.

0 commit comments

Comments
 (0)