Skip to content

Commit 40b2869

Browse files
committed
docs(README): add link to #5 for status on prompt() options
1 parent 6cd9abf commit 40b2869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ const { message } = await prompt("What is the capital of France?", {
321321
console.log(message.content);
322322
```
323323
324-
⚠️ Not all of the arguments below are implemented yet.
324+
⚠️ Not all of the arguments below are implemented yet. See [#5](https://github.com/copilot-extensions/preview-sdk.js/issues/5) sub issues for progress.
325325
326326
```js
327327
await prompt({

0 commit comments

Comments
 (0)