Skip to content

Commit

Permalink
fix readme problems
Browse files Browse the repository at this point in the history
  • Loading branch information
arshaw committed Dec 16, 2022
1 parent 1351d54 commit 7797397
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 @@ -69,8 +69,8 @@ You can even supply nested templates:
```html
<full-calendar [options]="calendarOptions">
<ng-template #eventContent let-arg>
<b>{{eventInfo.timeText}}</b>
<i>{{eventInfo.event.title}}</i>
<b>{{arg.timeText}}</b>
<i>{{arg.event.title}}</i>
</ng-template>
</full-calendar>
```
Expand All @@ -82,7 +82,7 @@ You can even supply nested templates:
## Links

- [Documentation](https://fullcalendar.io/docs/angular)
- [Example Project](https://github.com/fullcalendar/fullcalendar-examples/tree/main/angular)
- [Example Project](https://github.com/fullcalendar/fullcalendar-examples/tree/main/angular15)

## History

Expand Down

0 comments on commit 7797397

Please sign in to comment.