Skip to content

Commit 80fc788

Browse files
Merge pull request #637 from Elliot67/patch-1
docs: update installation command for @pixi/react
2 parents 873b900 + 89dc681 commit 80fc788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/getting-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import ExampleBunnySprite from '!!raw-loader!../src/examples/basic/BunnySprite';
1010
To add `@pixi/react` to an existing React application, install the necessary dependencies:
1111

1212
```bash
13-
npm install pixi.js@^8.2.6 @pixi/react@beta
13+
npm install pixi.js@^8.2.6 @pixi/react
1414
```
1515

1616
## Does it have limitations?

0 commit comments

Comments
 (0)