Skip to content

Commit

Permalink
Update examples/readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkpiano committed Dec 16, 2023
1 parent 7bdfc63 commit 138c9e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
pnpm create vite@latest my-example-react --template react-ts
```

2. Install `xstate@beta` and the library-specific beta (e.g. `@xstate/react@beta`):
2. Install `xstate` and the library-specific beta (e.g. `@xstate/react`):

```bash
pnpm i xstate@beta @xstate/react@beta
pnpm i xstate @xstate/react
```

3. Add your XState-powered demo code ✨
Expand Down

0 comments on commit 138c9e4

Please sign in to comment.