Skip to content

Commit 6826854

Browse files
committed
docs: update outdated README
1 parent be92ed9 commit 6826854

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,6 @@ Used to retrieve all methods and properties related to your wizard. Make sure `W
112112

113113
`handleStep` is used to attach a handler to the step, can either be `async` or a `sync` function. This function will be invoked when calling `nextStep`.
114114

115-
Provide an optional `stepIndex` to either `nextStep` or `previousStep` to overwrite the default "step-flow" behaviour.
116-
117115
**Remark** - You can't use `useWizard` in the same component where `Wizard` is used.
118116

119117
#### Methods

0 commit comments

Comments
 (0)