Skip to content

Commit

Permalink
fix(#3): update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
natemoo-re committed Feb 9, 2023
1 parent d88322e commit 491f9e0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/nine-papayas-end.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@clack/core": patch
---

update readme
2 changes: 1 addition & 1 deletion packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ const p = new TextPrompt({

const name = await p.prompt();
if (isCancel(name)) {
return;
process.exit(0);
}
```

0 comments on commit 491f9e0

Please sign in to comment.