Skip to content

Commit d59295f

Browse files
authored
Update README.md
1 parent 0bd8af1 commit d59295f

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# rc-trigger
1+
# @rc-component/trigger
22

33
React Trigger Component
44

5-
[![NPM version][npm-image]][npm-url] [![build status][github-actions-image]][github-actions-url] [![Test coverage][coveralls-image]][coveralls-url] [![Dependencies][david-image]][david-url] [![DevDependencies][david-dev-image]][david-dev-url] [![npm download][download-image]][download-url] [![bundle size][bundlephobia-image]][bundlephobia-url] [![dumi][dumi-image]][dumi-url]
5+
[![NPM version][npm-image]][npm-url] [![build status][github-actions-image]][github-actions-url] [![Test coverage][coveralls-image]][coveralls-url] [![npm download][download-image]][download-url] [![bundle size][bundlephobia-image]][bundlephobia-url] [![dumi][dumi-image]][dumi-url]
66

7-
[npm-image]: http://img.shields.io/npm/v/rc-trigger.svg?style=flat-square
8-
[npm-url]: http://npmjs.org/package/rc-trigger
7+
[npm-image]: http://img.shields.io/npm/v/@rc-component/trigger.svg?style=flat-square
8+
[npm-url]: http://npmjs.org/package/@rc-component/trigger
99
[github-actions-image]: https://github.com/react-component/trigger/workflows/CI/badge.svg
1010
[github-actions-url]: https://github.com/react-component/trigger/actions
1111
[circleci-image]: https://img.shields.io/circleci/react-component/trigger/master?style=flat-square
@@ -16,16 +16,16 @@ React Trigger Component
1616
[david-image]: https://david-dm.org/react-component/trigger/status.svg?style=flat-square
1717
[david-dev-url]: https://david-dm.org/react-component/trigger?type=dev
1818
[david-dev-image]: https://david-dm.org/react-component/trigger/dev-status.svg?style=flat-square
19-
[download-image]: https://img.shields.io/npm/dm/rc-trigger.svg?style=flat-square
20-
[download-url]: https://npmjs.org/package/rc-trigger
21-
[bundlephobia-url]: https://bundlephobia.com/result?p=rc-trigger
22-
[bundlephobia-image]: https://badgen.net/bundlephobia/minzip/rc-trigger
19+
[download-image]: https://img.shields.io/npm/dm/@rc-component/trigger.svg?style=flat-square
20+
[download-url]: https://npmjs.org/package/@rc-component/trigger
21+
[bundlephobia-url]: https://bundlephobia.com/result?p=@rc-component/trigger
22+
[bundlephobia-image]: https://badgen.net/bundlephobia/minzip/@rc-component/trigger
2323
[dumi-image]: https://img.shields.io/badge/docs%20by-dumi-blue?style=flat-square
2424
[dumi-url]: https://github.com/umijs/dumi
2525

2626
## Install
2727

28-
[![rc-trigger](https://nodei.co/npm/rc-trigger.png)](https://npmjs.org/package/rc-trigger)
28+
[![@rc-component/trigger](https://nodei.co/npm/@rc-component/trigger.png)](https://npmjs.org/package/@rc-component/trigger)
2929

3030
## Usage
3131

@@ -34,7 +34,7 @@ Include the default [styling](https://github.com/react-component/trigger/blob/ma
3434
```js
3535
import React from 'react';
3636
import ReactDOM from 'react-dom';
37-
import Trigger from 'rc-trigger';
37+
import Trigger from '@rc-component/trigger';
3838

3939
ReactDOM.render((
4040
<Trigger

0 commit comments

Comments
 (0)