From 311331a9a525186cecc50b6f407a4b41743ff4f7 Mon Sep 17 00:00:00 2001 From: Giselle van Dongen Date: Fri, 13 Dec 2024 10:42:32 +0100 Subject: [PATCH] Fix link in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f3cae8..823d176 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ avoid blocking the event loop. The service is set up and managed automatically by interpreting the state machine definition, and can be deployed as a Lambda or as a long-lived service. -In [`example/app.ts`](./example/app.ts) you will see an example of an XState machine +In [`examples/auth/app.ts`](./examples/auth/app.ts) you will see an example of an XState machine that uses cross-machine communication, delays, and Promise actors, all running in Restate. Most XState machines should work out of the box, but this is still experimental, so we haven't tested everything yet!