From a067bb241c2313de815fe3fad707a769f808f6de Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Tue, 21 Mar 2017 22:18:30 -0700 Subject: [PATCH] Changed 'some text' to 'foo bar' --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1a5bb27..902e1c3 100644 --- a/README.md +++ b/README.md @@ -156,11 +156,11 @@ DTMF represent the dialing sequence for the programming steps. A comma (`,`) sho The following markers will be substituted by their actual values upon dialing. -| Marker | Description | -|:--------------|:------------------------------------------------------------------------------------------| -|`[MASTER]` | Substituted with the Master Code | -|`[FIELD:X]` | Substituted with the field's value, where X is the field number in the array. | -|`'Some text'` | Displays the enclosed text as a manual step. The 'nodial' [option](#options) must be set. | +| Marker | Description | +|:-----------|:------------------------------------------------------------------------------------------| +|`[MASTER]` | Substituted with the Master Code | +|`[FIELD:X]` | Substituted with the field's value, where X is the field number in the array. | +|`'Foo bar'` | Displays the enclosed text as a manual step. The `nodial` [option](#options) must be set. | #### Validation