Update 'Ease | Getting Started'

jill 2021-03-05 15:20:57 +00:00
parent 6841e501e5
commit 37b14c30d2
1 changed files with 1 additions and 1 deletions

@ -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