Skip to content
This repository has been archived by the owner on Sep 5, 2022. It is now read-only.

Commit

Permalink
- fixed README.md table
Browse files Browse the repository at this point in the history
  • Loading branch information
BenRoe committed Apr 17, 2017
1 parent d35dd4d commit e9ee75c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,39 +60,34 @@ modules: [
The following properties can be configured:

<table width="100%">
<!-- why, markdown... -->
<thead>
<tr>
<th>Option</th>
<th width="100%">Description</th>
</tr>
<thead>
</thead>
<tbody>

<tr>
<td><code>updateInterval</code></td>
<td>How often does the content needs to be fetched? (Milliseconds)
<br><b>Possible values:</b> <code>1000</code> - <code>86400000</code>
<br><b>Default value:</b> <code>10000</code> (10 seconds)
</td>
</tr>

<tr>
<td><code>animationSpeed</code></td>
<td>Speed of the update animation. (Milliseconds)
<br><b>Possible values:</b> <code>0</code> - <code>5000</code>
<br><b>Default value:</b> <code>0</code> (animation off)
</td>
</tr>

<tr>
<td><code>align</code></td>
<td>Align the labels.
<br><b>Possible values:</b> <code>left</code> or <code>right</code>
<br><b>Default value:</b> <code>right</code>
</td>
</tr>

</tbody>
</table>

Expand Down

0 comments on commit e9ee75c

Please sign in to comment.