Skip to content

Commit

Permalink
docs(README): fix timezone example code
Browse files Browse the repository at this point in the history
ICalCalendar was not imported
  • Loading branch information
psvenk authored and sebbo2002 committed Nov 8, 2023
1 parent c0e8a5c commit 72fe5bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ to use a VTimezone generator. Such a function generates a VTimezone entry and re
be used for this:

```typescript
import ical from 'ical-generator';
import {ICalCalendar} from 'ical-generator';
import {getVtimezoneComponent} from '@touch4it/ical-timezones';

const cal = new ICalCalendar();
Expand Down

0 comments on commit 72fe5bc

Please sign in to comment.