Skip to content

Commit

Permalink
add new before Chain in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Denys-Bushulyak committed Feb 3, 2015
1 parent 58140d0 commit 54f41a8
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
Expand Up @@ -6,7 +6,7 @@ Function for creating looped arrays. Used for menu, rotators, etc..

###Create###
```javascript
var menu = Chain( [ "New", "Copy", "Edit", "Delete", 1, 2, 3, null ] );
var menu = new Chain( [ "New", "Copy", "Edit", "Delete", 1, 2, 3, null ] );
```

##Methods##
Expand Down

0 comments on commit 54f41a8

Please sign in to comment.