diff options
| author | Yuval Adam <yuv.adm@gmail.com> | 2014-06-08 00:18:07 +0300 |
|---|---|---|
| committer | Yuval Adam <yuv.adm@gmail.com> | 2014-06-08 00:18:07 +0300 |
| commit | af703d9cf518f7923384ba658b13e5c0adc9e2ac (patch) | |
| tree | fc28c1d0f1936d01fdb85a7020def003c5eaed41 /templates | |
| parent | 1694574137ac7ea4df149663d64e69a0fc68a592 (diff) | |
Add class struct
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/home.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/home.html b/templates/home.html index ae0a933..eda6e82 100644 --- a/templates/home.html +++ b/templates/home.html @@ -72,13 +72,13 @@ <textarea id="composition-area" cols="80" rows="20"></textarea> <h4>Composition Format</h4> <pre> -# composition +# composition_100 blinking,blinking,off,off on,on,blinking,on on,off,fade,fade </pre> - <p>Rules: all rows same length of sequences</p> + <p>Rules: name must include tempo, all rows same length of sequences</p> </div> </div> </div> |
