···11+---
22+"@clack/core": patch
33+---
44+55+Update the core README.md to reflect the internal member name change when rendering a TextPrompt (`userInputWithCursor`).
+1-1
packages/core/README.md
···11111212const p = new TextPrompt({
1313 render() {
1414- return `What's your name?\n${this.valueWithCursor}`;
1414+ return `What's your name?\n${this.userInputWithCursor}`;
1515 },
1616});
1717