Skip to content

Commit 990f86d

Browse files
authored
Update color mode option text in index.html
1 parent 1e0671c commit 990f86d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cnn/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<option value="grayscale">Grayscale</option>
2727
<option value="hsl">HSL</option>
2828
<option value="binary">Black/White (mod 2)</option>
29-
<option value="mod4" selected>Black/White (mod 4: 01 / 23)</option>
29+
<option value="mod4" selected>Black/White (mod 4)</option>
3030
<option value="rgb">RGB</option>
3131
<option value="livingstone">Livingstone</option>
3232
<option value="alleycat">Alley Cat</option>

0 commit comments

Comments
 (0)