diff --git a/src/sample-config.php b/src/sample-config.php index 748fb88..ecbcf0b 100644 --- a/src/sample-config.php +++ b/src/sample-config.php @@ -35,7 +35,9 @@ // Standard fibonaci like series of values with 0, 1/2, infinity, and shrug ['0', '1/2', '1', '2', '3', '5', '8', '13', '20', '40', '100', '∞', '&#F937;'], // Decimal values representing number of dev weeks of effort - ['0.1', '0.2', '0.5', '1', '2', '?'] + ['0.1', '0.2', '0.5', '1', '2', '?'], + // Numbers one to ten + ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '?'] ]; // Src tree for documentation linking from page