From a86b14610a2a2c42d03985ef2a9f637422dec1d2 Mon Sep 17 00:00:00 2001 From: Mayank0418 <70202737+Mayank0418@users.noreply.github.com> Date: Sat, 3 Oct 2020 12:27:15 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78b67b1..cabe5d8 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ The actor can then respond to the receipt of the message by executing one or mor * Send a another message to other actors * Change the behaviour to be used upon receipt of the next message. -Currently there are a couple of actor libraries on the .NET platform +Currently there are a couple of actor libraries on the .NET Framework platform * [AkkaDotNet](https://github.com/akkadotnet/akka.net) - This is a port of the scala based actor framework Akka. This is written in C# but does have an F# API. * [Orleans](http://research.microsoft.com/en-us/projects/orleans/) - This is a Microsoft research project aiming to simplfy the development of scalable cloud based services, with a high level of abstraction over the actor programming model.