Skip to content

Commit 43e92e8

Browse files
authored
Merge pull request #12 from AMJoshaghani/patch-1
Update index.html
2 parents 969f114 + 5f23bdd commit 43e92e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ <h1 class='text'>Polyrhythm - 5 over 4 - Two Layers</h1>
6969
var layer2 = beet.layer(fives, fivesCallback);
7070
beet.add(layer1);
7171
beet.add(layer2);
72-
beet..start();
72+
beet.start();
7373
</code></pre>
7474
</div>
7575
</section>

0 commit comments

Comments
 (0)