Skip to content

Commit 6354cd1

Browse files
committed
Fix read me usage
1 parent 8af9c0b commit 6354cd1

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,12 @@ There are many possible ways to use it, for giving you just a taste of the API:
3737
```glimmer-ts
3838
import PowerCalendar from "ember-power-calendar/components/power-calendar";
3939
40-
<PowerCalendar @selected={{this.arrival}} @onSelect={{this.onChange}} as |calendar|>
41-
<calendar.Nav/>
42-
<calendar.Days/>
43-
</PowerCalendar>
40+
<template>
41+
<PowerCalendar @selected={{this.arrival}} @onSelect={{this.onChange}} as |calendar|>
42+
<calendar.Nav/>
43+
<calendar.Days/>
44+
</PowerCalendar>
45+
</template>
4446
```
4547

4648
Check the full documentation at www.ember-power-calendar.com

0 commit comments

Comments
 (0)