Skip to content

Commit

Permalink
Added doc for timeFormat config option
Browse files Browse the repository at this point in the history
  • Loading branch information
jclarke0000 committed Jun 28, 2017
1 parent c19dcc7 commit 57132fd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,12 @@ The following properties can be configured:
<td>Text you would like above the Forecast table<br>
<br><b>Default value:</b> <code>Forecast</code>
</td>
</tr>
<tr>
<td><code>timeFormat</code></td>
<td>How to format the time for hourly forecast. Use Moment.js supported formats (https://momentjs.com/docs/#/displaying/)<br>
<br><b>Default value:</b> <code>"h a"</code>
</td>
</tr>
</tbody>
</table>

0 comments on commit 57132fd

Please sign in to comment.