From c341f04001132f96cb55f90fe65bc0475042976c Mon Sep 17 00:00:00 2001 From: Rop Date: Sun, 16 Dec 2018 09:15:49 +1000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 49f61c4..40a7846 100644 --- a/README.md +++ b/README.md @@ -325,8 +325,8 @@ Internally, ezTime stores everything it knows about a timezone as two strings. O Allows you to directly enter the posix information for a timezone. For simple timezones, you could set things up manually. For example for India, a mere ``` -Timezone India -India.setPosix("IST-5:30") +Timezone India; +India.setPosix("IST-5:30"); Serial.println(India.dateTime()); ```