From 4f29fcc332d50aed778df8f36ca70e80da805b28 Mon Sep 17 00:00:00 2001 From: Frederic THOMAS Date: Sat, 21 Jun 2014 17:11:34 +0100 Subject: [PATCH] Added a link to the compiled lib --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f22a438..8fdb239 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ everything is in-memory, don't deal anymore with MessageChannel and other low le Includes all the used classes and nothing more (except if you want to), register for you your typed object to pass them back and forth the Worker. +[Download it] [8] + How to use it ? ---- @@ -313,5 +315,6 @@ This library is inspired by [worker-from-class] [6] and [Developer-friendly AS W [5]:http://www.as3commons.org/as3-commons-reflect/introduction.html [6]:https://github.com/bortsen/worker-from-class [7]:http://myappsnippet.com/developer-friendly-workers-api/ +[8]:http://rapidshare.com/share/C8135E40F71237646BD20179BEA14FFD Enjoy and don't hesitate to give me your feedback.