From 25fac0b3d7eb5bb95d1b2074f489180a4cd57bb8 Mon Sep 17 00:00:00 2001 From: Bfics <92383777+bfiics@users.noreply.github.com> Date: Fri, 5 Aug 2022 16:26:48 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5362592..8e7b903 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ # NTP Plugin that allows you to get precise time from Network Time Protocol (NTP). -It implements whole NTP protocol in dart. +It implements the whole NTP protocol in dart. This is useful for time-based events since DateTime.now() returns the time of the device. Users sometimes change their internal clock and using DateTime.now() can give @@ -14,7 +14,7 @@ already formatted [DateTime] object from [NTP.now]. By default lookup address for NTP is: time.google.com -For example on how to use look in github library repository example/ folder. +For example on how to use look in the github library repository example/ folder. ### How it works Using int offset from getNtpTime() @@ -45,3 +45,4 @@ Using DateTime from now ```dart Future now(); ``` +