Skip to content

Commit

Permalink
fixed readMe file
Browse files Browse the repository at this point in the history
  • Loading branch information
myflashlab committed Jan 29, 2016
1 parent 5b7aa6a commit b3ce3b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Easy AS Workers for Adobe Air AS3 projects
This AS3 library lets you run AS workers in your AdobeAir projects, desktop, browser, Android and iOS without you having to deal with complicated classic ```flash.system.Worker;``` class!
This AS3 library lets you run AS workers in your AdobeAir projects, desktop, browser, Android and iOS without you having to deal with complicated classic ```flash.system.Worker;``` class! [Check here for more setup details](http://www.myflashlabs.com/developer-friendly-as-worker-api/)

# USAGE
First create your worker class where you need to run your heavy code algurithm. take ```Worker1``` class as an example.
Expand Down

0 comments on commit b3ce3b6

Please sign in to comment.