Skip to content

Commit

Permalink
Updating README
Browse files Browse the repository at this point in the history
  • Loading branch information
Taytay committed Jan 29, 2012
1 parent 86b13a7 commit 5262007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -6,7 +6,7 @@ CoThread lets you to create cooperative "threads" and coroutines in Actionscript

With CoThread, you can easily break up any task, including _recursive_ functions, so that your UI stays responsive even while your application is doing significant processing. Asynchronous code that uses CoThread is easy to read and write.

CoThread was written by [Taylor Brown (Taytay)](http://taytay.com) for [You Need a Budget](http://youneedabudget.com), and more information can be found on the [project page](http://taytay.com/CoThreadAS3).
CoThread was written by [Taylor Brown (Taytay)](http://taytay.com) for [You Need a Budget](http://youneedabudget.com), and at present, this document contains all of the documentation. More information can be found on the CoThread [project page](http://taytay.com/CoThreadAS3).

CoThread is hosted on [GitHub](https://github.com/Taytay/CoThreadAS3), and mirrored on [BitBucket](https://bitbucket.org/Taytay/cothreadas3) for my fellow Mercurial-loving developers.

Expand Down

0 comments on commit 5262007

Please sign in to comment.