Skip to content
This repository has been archived by the owner on Oct 31, 2021. It is now read-only.

Update README.md #57

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down