From fe0d8cd10968218415a7cf03fe44b52262f2e15f Mon Sep 17 00:00:00 2001 From: secops4thewin Date: Wed, 6 Jan 2021 16:56:31 +1100 Subject: [PATCH] Update Reference.md Made a slight change to the documentation which reflects the actual implementation. Th getLine function requires an index :) --- README/Reference.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README/Reference.md b/README/Reference.md index 629229b..470f835 100644 --- a/README/Reference.md +++ b/README/Reference.md @@ -301,6 +301,7 @@ getLine returns a line from the sample config. | Parameter | Description | Type | |------------------|------------------------------------------------------------------------------------------------|-------------| | line | Line number to return | number | +| index | Retrieve choice at line `index` | number | *Returns:*