Skip to content

Commit

Permalink
fix: readme (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
nrwiersma authored Oct 22, 2023
1 parent d6326da commit 97ca6c4
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ to under modules in your configuration.
```yaml
modules:
- name: simple-calendar
path: github.com/glasslabs/calendar
position: top:right
config:
timezone: Africa/Johannesburg
maxDays: 5
maxEvents: 20
calendars:
- url: https://www.calendarlabs.com/ical-calendar/ics/68/South_Africa_Holidays.ics
maxEvents: 10
url: https://github.com/glasslabs/calendar/releases/download/v1.0.0/calendar.wasm
position: top:right
config:
timezone: Africa/Johannesburg
maxDays: 5
maxEvents: 20
calendars:
- url: https://www.calendarlabs.com/ical-calendar/ics/68/South_Africa_Holidays.ics
maxEvents: 10
```
## Configuration
Expand Down

0 comments on commit 97ca6c4

Please sign in to comment.