From 0030c8fd022fe82fc07c8b09440bb5fd8fe4ae69 Mon Sep 17 00:00:00 2001 From: Testato Date: Sun, 23 Jul 2017 09:08:53 +0300 Subject: [PATCH] Update README.md https://github.com/arduino-libraries/NTPClient/issues/34 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af9802a..6c8c07a 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ const char *password = ""; WiFiUDP ntpUDP; -// By default 'time.nist.gov' is used with 60 seconds update interval and +// By default 'pool.ntp.org' is used with 60 seconds update interval and // no offset NTPClient timeClient(ntpUDP);