Skip to content

Commit 601fbd3

Browse files
committed
docs: fix typo
1 parent 1543334 commit 601fbd3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,8 @@ https://<your-csv-to-ical-host>/remote?url=encode(https://example.com/your-calen
179179
https://<your-csv-to-ical-host>/remote?base64=encode(base64(your calendar csv content))
180180
```
181181

182-
- `url` (or `base64`): The URL encoding of the remote CSV file.
183-
- `base64` (or `url`): The URL encoding of the base64-encoded content of the remote CSV file.
182+
- `url` (or `base64`): URL encoding of the remote CSV file.
183+
- `base64` (or `url`): URL encoding of the base64-encoded content of the remote CSV file.
184184
- `lang` (optional): Event language, `en` (default) or `zh-cn`.
185185
- `recurCnt` (optional): Maximum number of years for recurring events, default is 3, max 5.
186186
- `backCnt` (optional): Maximum number of years for retrospective events, default is 1, max 3.
@@ -218,7 +218,7 @@ Here, `my-local-calendar` corresponds to the key name under `csv-providers` in `
218218

219219
Q: Why aren't my calendar events displayed?
220220

221-
A: Please check if your CSV file format is correct, especially if the columns `Name`, `Month`, `Day`, `Year`, `CalendarType` exist and the data format is correct. Also, check if the `file` path or `url` encode in `config.yaml` is correct.
221+
A: Please check if your CSV file format is correct, especially if the columns `Name`, `Month`, `Day`, `Year`, `CalendarType` exist and the data format is correct. Also, check if the `file` path or `url` encoding in `config.yaml` is correct.
222222

223223
---
224224

0 commit comments

Comments
 (0)