From 3f7e4a6f92c1a3b570f815565ad69e32419d6916 Mon Sep 17 00:00:00 2001 From: lisaavikarii Date: Sun, 10 Jul 2022 14:19:38 +0200 Subject: [PATCH] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 82cea665..bec63821 100644 --- a/README.md +++ b/README.md @@ -84,13 +84,13 @@ npm start ### DisplayOption -| Parameter Name | Type | Description | -| :------------- | :------ | :---------------------------------------------------------------------------------------------------- | -| viewMode | enum | Specifies the time scale. Hour, Quarter Day, Half Day, Day, Week(ISO-8601, 1st day is Monday), Month. | -| viewDate | date | Specifies display date and time for display. | -| preStepsCount | number | Specifies empty space before the fist task | -| locale | string | Specifies the month name language. Able formats: ISO 639-2, Java Locale. | -| rtl | boolean | Sets rtl mode. | +| Parameter Name | Type | Description | +| :------------- | :------ | :---------------------------------------------------------------------------------------------------------- | +| viewMode | enum | Specifies the time scale. Hour, Quarter Day, Half Day, Day, Week(ISO-8601, 1st day is Monday), Month, Year. | +| viewDate | date | Specifies display date and time for display. | +| preStepsCount | number | Specifies empty space before the fist task | +| locale | string | Specifies the month name language. Able formats: ISO 639-2, Java Locale. | +| rtl | boolean | Sets rtl mode. | ### StylingOption