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