From 138c9e4e374ae9123eb1f286dce48f2b35c6bcd9 Mon Sep 17 00:00:00 2001 From: David Khourshid Date: Sat, 16 Dec 2023 00:52:42 -0500 Subject: [PATCH] Update examples/readme.md --- examples/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/readme.md b/examples/readme.md index b4637da4e2..63a56b9115 100644 --- a/examples/readme.md +++ b/examples/readme.md @@ -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 ✨