Skip to content

Commit cb0e0d4

Browse files
authored
Fix the 'SmartInsertQuote' example in README.md (#3424)
1 parent c5d1187 commit cb0e0d4

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
@@ -177,7 +177,7 @@ Set-PSReadLineKeyHandler -Key Tab -Function Complete
177177
Here is a more interesting example of what is possible:
178178

179179
```powershell
180-
Set-PSReadLineKeyHandler -Chord 'Oem7','Shift+Oem7' `
180+
Set-PSReadLineKeyHandler -Chord '"',"'" `
181181
-BriefDescription SmartInsertQuote `
182182
-LongDescription "Insert paired quotes if not already on a quote" `
183183
-ScriptBlock {

0 commit comments

Comments
 (0)