Skip to content

Commit

Permalink
Fix link in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gvdongen authored Dec 13, 2024
1 parent a728898 commit 311331a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down

0 comments on commit 311331a

Please sign in to comment.