Skip to content

Commit 77dc9ac

Browse files
authored
Update README.md
loop in doc
1 parent f68dad0 commit 77dc9ac

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,6 @@ while ($total > $start) {
6161
foreach ($artists as $artist) {
6262
echo "\t" . $artist->name . "\n"
6363
}
64+
$start = $start + $step;
6465
}
6566
```

0 commit comments

Comments
 (0)