Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
drsdre committed Nov 29, 2016
2 parents 402818d + 59a568d commit c74af21
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 c74af21

Please sign in to comment.