From 6ca0f278e1804bb314e9b4a2b12c135007737c99 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Thu, 25 Aug 2016 19:57:22 -0700 Subject: [PATCH] Misc fixes. --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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