diff --git a/docs/config.md b/docs/config.md index 787c027..93bfdb6 100644 --- a/docs/config.md +++ b/docs/config.md @@ -561,7 +561,7 @@ Initial start date and time (browser timezone) for fetched data. startDateTime.setHours(0, 0, 0, 0); startDateTime.setDate(1); window.owntracks.config = { - startDateTime, + startDateTime: startDateTime, }; ```