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 +```