Skip to content

Commit 6846d67

Browse files
authored
Rename package references to @rc-component/menu
Updated package name and related links from 'rc-menu' to '@rc-component/menu' in the README.
1 parent 1c76aa8 commit 6846d67

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

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

33
---
44

55
React Menu Component. port from https://github.com/kissyteam/menu
66

77
[![NPM version][npm-image]][npm-url] [![npm download][download-image]][download-url] [![build status][github-actions-image]][github-actions-url] [![Codecov][codecov-image]][codecov-url] [![bundle size][bundlephobia-image]][bundlephobia-url] [![dumi][dumi-image]][dumi-url]
88

9-
[npm-image]: http://img.shields.io/npm/v/rc-menu.svg?style=flat-square
10-
[npm-url]: http://npmjs.org/package/rc-menu
9+
[npm-image]: https://img.shields.io/npm/v/@rc-component/menu.svg?style=flat-square
10+
[npm-url]: https://npmjs.org/package/@rc-component/menu
1111
[github-actions-image]: https://github.com/react-component/menu/actions/workflows/main.yml/badge.svg
1212
[github-actions-url]: https://github.com/react-component/menu/actions/workflows/main.yml
1313
[circleci-image]: https://img.shields.io/circleci/react-component/menu/master?style=flat-square
@@ -20,21 +20,21 @@ React Menu Component. port from https://github.com/kissyteam/menu
2020
[david-image]: https://david-dm.org/react-component/menu/status.svg?style=flat-square
2121
[david-dev-url]: https://david-dm.org/react-component/menu?type=dev
2222
[david-dev-image]: https://david-dm.org/react-component/menu/dev-status.svg?style=flat-square
23-
[download-image]: https://img.shields.io/npm/dm/rc-menu.svg?style=flat-square
24-
[download-url]: https://npmjs.org/package/rc-menu
25-
[bundlephobia-url]: https://bundlephobia.com/result?p=rc-menu
26-
[bundlephobia-image]: https://badgen.net/bundlephobia/minzip/rc-menu
23+
[download-image]: https://img.shields.io/npm/dm/@rc-component/menu.svg?style=flat-square
24+
[download-url]: https://npmjs.org/package/@rc-component/menu
25+
[bundlephobia-url]: https://bundlephobia.com/result?p=@rc-component/menu
26+
[bundlephobia-image]: https://badgen.net/bundlephobia/minzip/@rc-component/menu
2727
[dumi-url]: https://github.com/umijs/dumi
2828
[dumi-image]: https://img.shields.io/badge/docs%20by-dumi-blue?style=flat-square
2929

3030
## Install
3131

32-
[![rc-menu](https://nodei.co/npm/rc-menu.png)](https://npmjs.org/package/rc-menu)
32+
[![@rc-component/menu](https://nodei.co/npm/@rc-component/menu.png)](https://npmjs.org/package/@rc-component/menu)
3333

3434
## Usage
3535

3636
```js
37-
import Menu, { SubMenu, MenuItem } from 'rc-menu';
37+
import Menu, { SubMenu, MenuItem } from '@rc-component/menu';
3838

3939
ReactDOM.render(
4040
<Menu>
@@ -461,4 +461,4 @@ open coverage/ dir
461461

462462
## License
463463

464-
rc-menu is released under the MIT license.
464+
@rc-component/menu is released under the MIT license.

0 commit comments

Comments
 (0)