Skip to content

Commit

Permalink
Update get-started.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
TrimarcJake authored Sep 28, 2024
1 parent 317b0ce commit 8a18f13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ $items = @("Red", "Green", "Blue")
$chosenItem = Read-SpectreSelection -Title "Select your favorite color" -Choices $items -Color "Green"
# Do something with the chosen item
Write-SpectreHost "Your chosen color is '$color'"
Write-SpectreHost "Your chosen color is '$chosenItem'"
```

> Example of a user being prompted with a select list:
Expand Down

0 comments on commit 8a18f13

Please sign in to comment.