diff --git a/src/sample-config.php b/src/sample-config.php index 0557dca..6e01efd 100644 --- a/src/sample-config.php +++ b/src/sample-config.php @@ -16,6 +16,8 @@ ['1', '2', '3', '5', '8'], // Standard fibonaci like series of values ['1', '2', '3', '5', '8', '13', '20', '40', '100'], + // Standard fibonaci like series of values Modified + ['10', '20', '50', '100'], // Special card set with '?' for unclear stories ['1', '2', '3', '5', '8', '13', '20', '40', '?'], // Powers of two used by other teams @@ -65,4 +67,4 @@ //Configuration for Enable/Disable style elements $layout_switch = [ 'enable_fork_banner' => true -]; \ No newline at end of file +];