diff --git a/README.md b/README.md index c1776f3..8005dbe 100644 --- a/README.md +++ b/README.md @@ -116,14 +116,14 @@ All are required, except `nodial` Fields represent the data entry text fields on option screens. -| Element | Description | Required | -|:--------|:--------------------------------------------------------------------------------------|:---------| -|`hint` | Set the hint/label of the field. | Yes | -|`size` | Set the required size of the field. | Yes | -|`min` | Set the minimum value of a numeric field. | No | -|`max` | Set the maximum value of a numeric field. | No | -|`alpha` | Set to `true` if the field is alphanumeric. | No | -|`hash` | Set to `true` if the field accept the (#Parameters) `hash` value in place of a digit. | No | +| Element | Description | Required | +|:--------|:--------------------------------------------------------------------------------------------------|:---------| +|`hint` | Set the hint/label of the field. | Yes | +|`size` | Set the required size of the field. | Yes | +|`min` | Set the minimum value of a numeric field. | No | +|`max` | Set the maximum value of a numeric field. | No | +|`alpha` | Set to `true` if the field is alphanumeric. | No | +|`hash` | Set to `true` if the field accept the [Parameters](#parameters) `hash` value in place of a digit. | No | #### DTMF