Skip to content

Commit f5b9063

Browse files
authored
Fix naming of lg-private packages (#183)
* Fix lg-private packages naming * Changeset
1 parent a068930 commit f5b9063

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Canvas Header
22

3-
![npm (scoped)](https://img.shields.io/npm/v/@leafygreen-ui/canvas-header.svg)
3+
![npm (scoped)](https://img.shields.io/npm/v/@lg-private/canvas-header.svg)
44

55
#### [View on MongoDB.design](https://www.mongodb.design/component/canvas-header/example/)
66

@@ -9,19 +9,19 @@
99
### Yarn
1010

1111
```shell
12-
yarn add @leafygreen-ui/canvas-header
12+
yarn add @lg-private/canvas-header
1313
```
1414

1515
### NPM
1616

1717
```shell
18-
npm install @leafygreen-ui/canvas-header
18+
npm install @lg-private/canvas-header
1919
```
2020

2121
## Example
2222

2323
```js
24-
import { CanvasHeader } from `@leafygreen-ui/canvas-header`;
24+
import { CanvasHeader } from `@lg-private/canvas-header`;
2525
import Button from '@leafygreen-ui/button';
2626
import Icon from '@leafygreen-ui/icon';
2727
import { BackLink } from '@leafygreen-ui/typography';

0 commit comments

Comments
 (0)