Skip to content

Commit 761c4b8

Browse files
authored
Merge pull request #85 from joshcawthorne/patch-1
Fix error in import example
2 parents f38a388 + e2d1892 commit 761c4b8

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)