Skip to content
This repository has been archived by the owner on Mar 6, 2020. It is now read-only.

Commit

Permalink
Fix wizard readme function names
Browse files Browse the repository at this point in the history
  • Loading branch information
jayrbolton committed Feb 22, 2017
1 parent f244458 commit e841847
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wizard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ let myWizardState = wizard.init({
})
```

### wizard.index(state, content)
### wizard.labels(state, content)

The `content` parameter is an array of vnodes or strings for each wizard index.

### wizard.body(state, content, followup)
### wizard.content(state, content, followup)

The `content` parameter is an array of vnodes or strings for each wizard body.

Expand Down

0 comments on commit e841847

Please sign in to comment.