Skip to content

Commit

Permalink
Fix typo in extract package usage instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
vikpe committed Dec 7, 2022
1 parent 4177cf7 commit 08a9ecf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/extract/README.md
Expand Up @@ -9,5 +9,5 @@ npm install @pixi/extract
## Usage

```js
import '@pixi/canvas-extract';
```
import '@pixi/extract';
```

0 comments on commit 08a9ecf

Please sign in to comment.