From ac1c8896b1cd0d36424b4b86112dcf1c2b7b9a7f Mon Sep 17 00:00:00 2001 From: laurakalbag Date: Tue, 31 Oct 2023 17:24:06 +0000 Subject: [PATCH] Link readme text and add links to visual editor --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5e44238e..0272fe30 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,13 @@ -# XState Visualizer +# XState (Legacy) Visualizer -Visualize [XState](https://xstate.js.org) state machines and statecharts in real-time. +Visualize [XState](https://stately.ai/docs/xstate) state machines and statecharts in real-time. -[🔗 Use the Visualizer](https://stately.ai/viz). +[🪄 Use the new Stately visual editor](https://state.new?source=viz-readme) +[🔗 Use the legacy Visualizer](https://stately.ai/viz). ## Usage -[Visit stately.ai/viz to use the Visualizer](https://stately.ai/viz). +[Visit stately.ai/viz to use the Visualizer](https://stately.ai/viz?source=viz-readme). Alternatively, you can install it locally (see installation) @@ -19,8 +20,6 @@ Alternatively, you can install it locally (see installation) - View list of events sent to the simulated machine - Access quick features via the command palette: cmd/ctrl + k - Inspect machines by setting `url: 'https://stately.ai/viz?inspect'` in `@xstate/inspect` -- Save your machines in the [Stately Registry](https://stately.ai/registry) -- _And many more upcoming features_ ## Installation