Skip to content

Commit 78a09fa

Browse files
committed
Updated README with state machine and lockable door
1 parent b16b80f commit 78a09fa

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,15 @@ Unit Tests are included in this repository.
99
* [Discussion](http://forums.puremvc.org/index.php?board=95.0)
1010
* [Overview Presentation](http://puremvc.tv/#P002)
1111

12+
## Utilities
13+
* [Utility: State Machine](https://github.com/PureMVC/puremvc-js-util-statemachine/wiki)
14+
1215
## Demos
1316
* [Demo: Employee Admin](https://github.com/PureMVC/puremvc-js-demo-employeeadmin/wiki)
1417
* [Demo: Reverse Text](https://github.com/PureMVC/puremvc-js-demo-reversetext/wiki)
1518
* [Demo: Box Splash](https://github.com/PureMVC/puremvc-js-demo-boxsplash/wiki)
1619
* [Demo: TodoMVC](https://github.com/PureMVC/puremvc-js-demo-todomvc/wiki)
20+
* [Demo: Lockable Door](https://github.com/PureMVC/puremvc-js-demo-lockabledoor/wiki)
1721

1822
## Status
1923
Production - [Version 1.0.1](https://github.com/PureMVC/puremvc-js-multicore-framework/blob/master/VERSION)
@@ -32,4 +36,4 @@ Production - [Version 1.0.1](https://github.com/PureMVC/puremvc-js-multicore-fra
3236
* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
3337
* Neither the name of Futurescale, Inc., PureMVC.org, nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
3438

35-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
39+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

0 commit comments

Comments
 (0)