diff --git a/README.md b/README.md index 7b1e0ab..b35bc5e 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Output: '00:00:00' ```sh {{value_given_milliseconds | durationFormat: 'ms':'ddhhmmss'}} -{{value_given_seconds | durationFormat: 's':'ddhhmms'}} +{{value_given_seconds | durationFormat: 's':'ddhhmmss'}} Output: '00d, 00h, 00m, 00s' ``` @@ -46,4 +46,4 @@ There is no week/month/year options. Hours will go past 24 hours when format is This pipe does work with a IE11 / Edge browsers. These browser has a open bug that prevents use of a Angular 2 Date pipe. -[https://github.com/Microsoft/ChakraCore/issues/1223](https://github.com/Microsoft/ChakraCore/issues/1223) \ No newline at end of file +[https://github.com/Microsoft/ChakraCore/issues/1223](https://github.com/Microsoft/ChakraCore/issues/1223)