diff --git a/README.md b/README.md
index 5898411..37b020f 100644
--- a/README.md
+++ b/README.md
@@ -139,7 +139,7 @@ NotificationChannelConfig
|-----------------|-----------------------------------------------------------------------------------------------------------------------|----------|
| id | Unique channel id | yes |
| name | Notification channel name | yes |
-| description | Notification channel description | no |
+| description | Notification channel description | yes (Android 9+) |
| importance | Notification channel importance. One of:
- 1 – 'min'
- 2 – 'low' (by default)
- 3 – 'default'
- 4 – 'high'
- 5 – 'max'
| no |
| enableVibration | Sets whether notification posted to this channel should vibrate. False by default. | no |
@@ -154,4 +154,4 @@ NotificationConfig
| title | Notification title | yes |
| text | Notification text | yes |
| icon | Icon name | yes |
-| priority | Priority of this notification. One of: - 0 – PRIORITY_DEFAULT (by default)
- -1 – PRIORITY_LOW
- -2 – PRIORITY_MIN
- 1 – PRIORITY_HIGH
- 2 – PRIORITY_MAX
| no |
\ No newline at end of file
+| priority | Priority of this notification. One of: - 0 – PRIORITY_DEFAULT (by default)
- -1 – PRIORITY_LOW
- -2 – PRIORITY_MIN
- 1 – PRIORITY_HIGH
- 2 – PRIORITY_MAX
| no |