Skip to content

Commit

Permalink
copy update in README
Browse files Browse the repository at this point in the history
  • Loading branch information
jonbnewman committed Jan 8, 2022
1 parent c168388 commit 1f765d8
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 @@ -50,7 +50,7 @@ yarn add use-prompt
## API

```javascript
const [prompt, showPrompt, visible, clearPrompt] = usePrompt(
const [prompt, showPrompt, isVisible, clearPrompt] = usePrompt(
options?: {
persist?: boolean;
}
Expand Down

0 comments on commit 1f765d8

Please sign in to comment.