Skip to content

Commit

Permalink
Fixed a typo in showDate example
Browse files Browse the repository at this point in the history
  • Loading branch information
varemenos committed Oct 15, 2019
1 parent 9141ee9 commit e2cde91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ You may also specify a `function(time, entry)` here to generate a custom date st

```js
{
showDate: (time) => return time.toISOString()
showDate: (time) => time.toISOString()
}
```

Expand Down

0 comments on commit e2cde91

Please sign in to comment.