From a0253a7aca3bf5163fd7a73119f35b8abc5ce805 Mon Sep 17 00:00:00 2001 From: Maximilian Keppeler Date: Sat, 1 Oct 2022 18:46:24 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- docs/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9225480e..3b2865d5 100644 --- a/README.md +++ b/README.md @@ -284,7 +284,7 @@ The `Duration` Sheet lets you pick a duration time in a specific format. ```gradle dependencies { ... - implementation 'com.maxkeppeler.sheets:time:' + implementation 'com.maxkeppeler.sheets:clock:' } ``` diff --git a/docs/README.md b/docs/README.md index af86c8d0..fc5dd44a 100644 --- a/docs/README.md +++ b/docs/README.md @@ -284,7 +284,7 @@ The `Duration` Sheet lets you pick a duration time in a specific format. ```gradle dependencies { ... - implementation 'com.maxkeppeler.sheets:time:' + implementation 'com.maxkeppeler.sheets:clock:' } ```