Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume FREMONT committed May 14, 2018
1 parent 50c0ab8 commit 859b53d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Installation with composer :
...
"require": {
...
"grimmlink/timingfield": "1.0",
"grimmlink/timingfield": "1.1",
...
},
...
Expand All @@ -35,7 +35,8 @@ $.fn.timingfield.defaults = {
width: 263,
hoursText: 'H',
minutesText: 'M',
secondsText: 'S'
secondsText: 'S',
hasSeconds: true
};
```

Expand Down

0 comments on commit 859b53d

Please sign in to comment.