diff --git a/Ease-%7C-Getting-Started.md b/Ease-%7C-Getting-Started.md index 66ba34b..64e57ef 100644 --- a/Ease-%7C-Getting-Started.md +++ b/Ease-%7C-Getting-Started.md @@ -8,7 +8,7 @@ Ease solves this issue by introducing the `beatobj`. It stores beats with which ```lua -- Standard Mirin -for b = 1, 32, 2 do +for b = 0, 32, 2 do -- ... end