From 55059faea57707216ef873150ee1becb6a56155c Mon Sep 17 00:00:00 2001 From: wie-niet Date: Mon, 19 Oct 2020 12:16:05 +0200 Subject: [PATCH] Update README.md in the example code the second argument had a typo, it was missing an s. ddhhmms -> ddhhmmss --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)