From ac65e01e808f4d107cb42f01d7bf725cc71373c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20Salda=C3=B1a?= Date: Tue, 5 Sep 2023 12:53:35 -0500 Subject: [PATCH] Update README.md Fix typo "haw" -> "has" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e5e2e9b..7734d59 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@

> [!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. +> This library is no longer maintained. Please see [XState v5](https://github.com/statelyai/xstate), which now has 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.