From 59a568dfab63a25c0678b69c6ec6cdb4425f6002 Mon Sep 17 00:00:00 2001 From: AFS Date: Sun, 7 Aug 2016 10:47:51 +0200 Subject: [PATCH] Fix key for 'prev' button definition See https://github.com/drsdre/yii2-wizardwidget/issues/9 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f4c6299..a3b9140 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Each step can have the following parameters: - `start_step`: *string optional* the starting step when wizard is initialized In each step four different buttons can be configured (display of a button is dependent on position of the step in the sequence): -- `previous`: (not shown on first step) +- `prev`: (not shown on first step) - `next`: (not shown on last step) - `skip`: (shown when skippable is set) - `save`: (shown on the last step) @@ -94,4 +94,4 @@ $wizard_config = [ ?> -``` \ No newline at end of file +```