From a5f61634c6782dba0cf4a8bcdb57d6217c558d6e Mon Sep 17 00:00:00 2001 From: Mark deVilliers Date: Thu, 1 May 2014 22:30:54 +0100 Subject: [PATCH] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index dcb77bd..eb7939e 100644 --- a/readme.md +++ b/readme.md @@ -7,7 +7,7 @@ Currently supports the 0.18.0 version - see [releases](https://github.com/mdevil How does it work ---------------- -erlang-mesos had been implemented as a [nif](http://www.erlang.org/doc/tutorial/nif.html). +erlang-mesos has been implemented as a [nif](http://www.erlang.org/doc/tutorial/nif.html). Messages are sent via the nif to mesos and mesos callbacks into erlang asynchronously. Although nifs are never ideal the asynchonous implmentaion of mesos lends itself nicely in this case.