diff --git a/README.md b/README.md index af9802a..1f84dea 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ void loop() { timeClient.update(); Serial.println(timeClient.getFormattedTime()); + Serial.println(timeClient.getFormattedDate()); delay(1000); }