diff --git a/README.md b/README.md index 2891e9e..99b4dfb 100644 --- a/README.md +++ b/README.md @@ -352,10 +352,9 @@ const noon2023Feb3InSweden = createInstant("Europe/Stockholm")({ These examples combine existing plain-date and plain-time objects: ```ts -// Sweden is at UTC+1 in January const jsDateInSweden = createInstant("Europe/Stockholm")({ ...jan1, - ...midday, + ...midday, // Sweden is at UTC+1 in January }); // 2023-01-01T11:00:00.000Z const jsDateInSystemTz = createLocalInstant({