Skip to content

Commit 29ff7ba

Browse files
authored
Update README.md
1 parent b769a0c commit 29ff7ba

File tree

1 file changed

+2
-2
lines changed
  • packages/controllers/resize-controller

1 file changed

+2
-2
lines changed

packages/controllers/resize-controller/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The `resize-controller` is a utility module that allows you to observe and react
77
You can install the `resize-controller` package using yarn:
88

99
```
10-
yarn add -D @phase2/resize-controller
10+
yarn add -D @phase2/outline-controller-resize-controller
1111
```
1212

1313
## Usage
@@ -17,7 +17,7 @@ To use the `resize-controller` in your web component, follow these steps:
1717
1. Import the necessary classes and functions from the `lit` package:
1818

1919
```javascript
20-
import { ResizeController } from 'resize-controller';
20+
import { ResizeController } from '@phase2/outline-controller-resize-controller';
2121
```
2222

2323
2. Create an instance of the `ResizeController` and pass the host element and options:

0 commit comments

Comments
 (0)