diff --git a/README.md b/README.md index dc6cd27..e5e2e9b 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,9 @@

-**🚧 Work in progress! 🚧** +> [!IMPORTANT] +> This library is no longer maintained. Please see [XState v5](https://github.com/statelyai/xstate), which now haw first-class support for the actor model. + XActor is an [actor model](https://en.wikipedia.org/wiki/Actor_model) implementation for JavaScript and TypeScript, heavily inspired by [Akka](https://akka.io/). It represents the "actor model" parts of [XState](https://github.com/davidkpiano/xstate) and can be used with or without XState.