From 19d0df3d94f9c0d5ada262809a5442f6707c9c2d Mon Sep 17 00:00:00 2001 From: Nikhil Kumar <64148331+nik-31@users.noreply.github.com> Date: Thu, 1 Oct 2020 23:30:42 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b14c14..cbcee5f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Dates -[Dates][1] allows for custom date and time formatting in your Android application often in one line of code! +[Dates][1] allows its users to customize date and time formatting in your Android application often in one line of code! ```javascript Dates.with(context).date("1990-07-23").time("20:45:50").format(Format.TYPE1);