Skip to content

Commit

Permalink
fix readme markdown syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
keithamus committed Nov 23, 2022
1 parent b643852 commit c68fbe2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ So, a relative date phrase is used for up to a month and then the actual date is
| Property Name | Attribute Name | Possible Values | Default Value |
|:---------------|:-----------------|:-----------------------------------------------------------------------------------------|:-----------------------|
| `datetime` | `datetime` | `string` | - |
| `format` | `format` | `'auto'|'micro'|'elapsed'|string` | 'auto' |
| `format` | `format` | `'auto'\|'micro'\|'elapsed'\|string` | 'auto' |
| `date` | - | `Date \| null` | - |
| `tense` | `tense` | `'auto'\|'past'\|'future'` | `'auto'` |
| `precision` | `precision` | `'year'|'month'|'day'|'hour'|'minute'|'second'` | `'second'` |
| `precision` | `precision` | `'year'\|'month'\|'day'\|'hour'\|'minute'\|'second'` | `'second'` |
| `threshold` | `threshold` | `string` | `'P30D'` |
| `prefix` | `prefix` | `string` | `'on'` |
| `second` | `second` | `'numeric'\|'2-digit'\|undefined` | `undefined` |
Expand Down

0 comments on commit c68fbe2

Please sign in to comment.