Skip to content

Commit

Permalink
Merge pull request #37 from webOS101/patch-1
Browse files Browse the repository at this point in the history
Fix copy-paste error
  • Loading branch information
arunoda authored Sep 22, 2016
2 parents b3c4f70 + 67f6eb6 commit 846079d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Allows you to get a number from the user.
const label = 'Age';
const defaultValue = 78;

const value = boolean(label, defaultValue);
const value = number(label, defaultValue);
```

### object
Expand Down

0 comments on commit 846079d

Please sign in to comment.