From 57ebe36094dbd84e5ee4631a953bf500a74d07ce Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 24 Jul 2020 10:16:16 +0300 Subject: [PATCH] documentation changes --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b7a06dd..405b307 100644 --- a/README.md +++ b/README.md @@ -47,9 +47,9 @@ You may handle actions - **DisplayOption** - | Parameter Name | Type | Required | Description | - | -------------- | :----- | :------- | :--------------------------------------------------------------------------------------------- | - | viewMode | enum | No | Specifies the time scale. Quarter Day, Half Day, Day, Week(ISO-8601, 1st day is Monday), Month | - | locale | string | No | Specifies the month name language. Able formats: ISO 639-2, Java Locale. | +| Parameter Name | Type | Required | Description | +| -------------- | :----- | :------- | :--------------------------------------------------------------------------------------------- | +| viewMode | enum | No | Specifies the time scale. Quarter Day, Half Day, Day, Week(ISO-8601, 1st day is Monday), Month | +| locale | string | No | Specifies the month name language. Able formats: ISO 639-2, Java Locale. | Work in progress