Skip to content

Commit aa83155

Browse files
committed
Update README
1 parent 684b752 commit aa83155

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
![npm](https://img.shields.io/npm/dt/react-timecode?style=flat-square)
66
![Coveralls github](https://img.shields.io/coveralls/github/ryanhefner/react-timecode?style=flat-square)
77
![CircleCI](https://img.shields.io/circleci/build/github/ryanhefner/react-timecode?style=flat-square)
8-
![Snyk Vulnerabilities for GitHub Repo](https://img.shields.io/snyk/vulnerabilities/github/ryanhefner/react-timecode?style=flat-square)
8+
[![Known Vulnerabilities](https://snyk.io/test/github/ryanhefner/react-timecode/badge.svg)]
99
![Twitter Follow](https://img.shields.io/twitter/follow/ryanhefner)
1010

1111

@@ -81,7 +81,7 @@ have some need to render some strings without the context of the component.
8181

8282
* `parseTime(time:Number): { hours: Number, minutes: Number, seconds: Number, milliseconds: Number }`
8383
* `pad(number: Number, length: Number = 2): String`
84-
* `formatMilliseconds(milliseconds: Number, length: Number = 3)`
84+
* `formatMilliseconds(milliseconds: Number, length: Number = 3): String`
8585
* `formatTimecode({ format: String, time: Number }): String`
8686

8787
## Pairs well with...

0 commit comments

Comments
 (0)