Skip to content

Commit ae467e1

Browse files
Hrxndaxian-dbw
authored andcommitted
Fix missing end quote mark in README.md (#1145)
1 parent 65be868 commit ae467e1

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
@@ -92,7 +92,7 @@ you need to run: `<path-to-pwsh-executable> -noprofile -command "Install-Module
9292

9393
If you've installed PSReadLine yourself from the PowerShell Gallery,
9494
you can simply run: `powershell -noprofile -command "Update-Module PSReadLine -AllowPrerelease"` or
95-
`<path-to-pwsh-executable> -noprofile -command "Update-Module PSReadLine -AllowPrerelease`,
95+
`<path-to-pwsh-executable> -noprofile -command "Update-Module PSReadLine -AllowPrerelease"`,
9696
depending on the version of PowerShell you are using.
9797

9898
If you get an error like:

0 commit comments

Comments
 (0)