Skip to content

Commit 0cdcd0b

Browse files
committed
Updated README.md
1 parent aa48193 commit 0cdcd0b

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,21 @@
11
## [PureMVC](http://puremvc.github.com/) [JavaScript](https://github.com/PureMVC/puremvc-js-multicore-framework/wiki) Utility: Async Command
22
The Async Command utility offers a solution to the problem of executing a series of commands each of which may need to complete one or more asynchronous operations before the next command is executed.
33

4+
## Ported Utility
45
* This is a direct port of the original [AS3 AsyncCommand utility](https://github.com/PureMVC/puremvc-as3-util-asynccommand)
56
* [Historical Discussion](http://forums.puremvc.org/index.php?topic=831.0)
7+
* TODO: Tests and demos
68

79
## Status
8-
Production - [Version 1.0](https://github.com/PureMVC/puremvc-js-util-asynccommand/blob/master/VERSION)
9-
10-
## Demos Using This Utility
11-
* [Sequential](https://github.com/PureMVC/puremvc-as3-demo-flash-sequential/wiki)
10+
Production - [Version 1.0](https://github.com/PureMVC/puremvc-js-util-async-command/blob/master/VERSION)
1211

1312
## Platforms / Technologies
14-
* [ActionScript 3](http://en.wikipedia.org/wiki/ActionScript)
15-
13+
* [JavaScript](http://en.wikipedia.org/wiki/JavaScript)
1614

1715
## License
18-
* PureMVC Utility for AS3 - AsyncCommand - Copyright © 2008 Duncan Hall
19-
* PureMVC - Copyright © 2007-2012 Futurescale, Inc.
16+
* PureMVC Utility for JS - AsyncCommand - Ported by Cliff Hall (no relation)
17+
* From PureMVC Utility for AS3 - AsyncCommand - Copyright © 2008 Duncan Hall
18+
* PureMVC - Copyright © 2007-2024 Futurescale, Inc.
2019
* All rights reserved.
2120

2221
* Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

0 commit comments

Comments
 (0)