Commit 8375fed
committed
Correct example PowerShell -Uri argument name
The Getting Started page has sample PowerShell that readers can execute
to integrate with Neovim. However, the sample code has a typo, with the
hyphen missing for the -Uri argument.
I've corrected the typo.
This is the error that readers would encounter before this fix:
> Invoke-WebRequest -Method 'GET' Uri $DownloadUrl -OutFile $ZipPath;
Invoke-WebRequest: A positional parameter cannot be found that accepts argument 'https://github.com/neovim/nvim-lspconfig/archive/refs/heads/master.zip'.1 parent 40cf5e1 commit 8375fed
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
0 commit comments