Skip to content

Commit

Permalink
Chore: Fix typos in packages usage instructions (#8946)
Browse files Browse the repository at this point in the history
  • Loading branch information
vikpe committed Dec 7, 2022
1 parent 4177cf7 commit 97524e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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';
```
4 changes: 2 additions & 2 deletions packages/prepare/README.md
Expand Up @@ -9,5 +9,5 @@ npm install @pixi/prepare
## Usage

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

0 comments on commit 97524e9

Please sign in to comment.