Skip to content

Commit e2d1892

Browse files
Fix error in import example
Import useWizard was accidentally mis-typed as 'useWiard'
1 parent f38a388 commit e2d1892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Used to retrieve all methods and properties related to your wizard. Make sure `W
133133
```javascript
134134
import * as React from 'react';
135135

136-
import { Wizard, useWiard } from 'react-use-wizard';
136+
import { Wizard, useWizard } from 'react-use-wizard';
137137

138138
const App = () => (
139139
<Wizard>

0 commit comments

Comments
 (0)