Skip to content

Commit

Permalink
update document for type and version changing
Browse files Browse the repository at this point in the history
  • Loading branch information
PeronGH committed Sep 6, 2022
1 parent 83eaeed commit 86ae8d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ import {
Event,
EventConfig,
Calendar,
} from 'https://deno.land/x/[email protected].1/mod.ts';
} from 'https://deno.land/x/[email protected].2/mod.ts';

const evtCfg: EventConfig = {
title: 'Write typescript',
beginDate: [2022, 9, 6, 9, 0],
endDate: [2022, 9, 6, 10, 0],
beginDate: [2022, 9, 6, 9],
endDate: [2022, 9, 6, 10],
};

const evt = new Event(evtCfg);
Expand Down

0 comments on commit 86ae8d2

Please sign in to comment.