Skip to content

Commit

Permalink
Fix key for 'prev' button definition
Browse files Browse the repository at this point in the history
See #9
  • Loading branch information
drsdre authored Aug 7, 2016
1 parent 7e8f680 commit 59a568d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -94,4 +94,4 @@ $wizard_config = [
?>

<?= \drsdre\wizardwidget\WizardWidget::widget($wizard_config); ?>
```
```

0 comments on commit 59a568d

Please sign in to comment.