Skip to content

Commit

Permalink
Tick readme
Browse files Browse the repository at this point in the history
  • Loading branch information
schickling committed Jan 25, 2014
1 parent 6200019 commit dae7c17
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ console.log(new Date()); // December 25, 1991 13:12:59

### Config parameters

Parameter | Description | Example
--- | --- | ---
`dateString` | Date you want set as a string | `December 25, 1991 13:12:59`
`timestamp` | Date you want set as a timestamp | `693663179000`
`difference` | Time offset in milliseconds | `10000`
Parameter | Description | Example | Default
--- | --- | --- | ---
`dateString` | Date you want set as a string | `December 25, 1991 13:12:59` | -
`timestamp` | Date you want set as a timestamp | `693663179000` | `0`
`difference` | Time offset in milliseconds | `10000` | `0`
`tick` | Whether clock should continue ticking | `true` | `false`

0 comments on commit dae7c17

Please sign in to comment.