From 40b0071b68afad228d3000c0376c0780aed0fc48 Mon Sep 17 00:00:00 2001 From: meettechie <90371888+meettechie@users.noreply.github.com> Date: Thu, 9 Sep 2021 10:32:39 +0530 Subject: [PATCH] Update sample-config.php --- src/sample-config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +];