From e12720da21032ad5890ebf205a4342deabd9cc1b Mon Sep 17 00:00:00 2001 From: Michael Pavey Date: Sat, 27 Jun 2020 16:11:28 -0400 Subject: [PATCH] Corrects string syntax in example Adds missing quotation marks around the timezone value, which is a string. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9714759..a544d40 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ The only fields that are mandatory are: start: new Date('June 15, 2013 19:00'), // Event timezone. Will convert the given time to that zone - timezone: America/Los_Angeles, + timezone: 'America/Los_Angeles', // Event duration (IN MINUTES) duration: 120,