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 authored and bigtimebuddy committed Dec 12, 2022
1 parent 53ee47c commit 01ab1aa
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 01ab1aa

Please sign in to comment.