Skip to content

Commit de02319

Browse files
committed
Editorial review
1 parent d0dbabd commit de02319

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

reference/docs-conceptual/learn/shell/using-predictors.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,12 @@ pressing the <kbd>F2</kbd> key. You can also use the **PredictionViewStyle** par
4040
To use Predictive IntelliSense you must have a newer version of **PSReadLine** installed. For best
4141
results, install the latest version of the module.
4242

43-
(Recommended) Install **PSReadLine** using the new [PSResourceGet][05] module:
43+
Install **PSReadLine** using the [Microsoft.PowerShell.PSResourceGet][05] module:
4444

4545
```powershell
4646
Install-PSResource -Name PSReadLine
4747
```
4848

49-
Install **PSReadLine** using the classic **PowerShellGet**:
50-
51-
```powershell
52-
Install-Module -Name PSReadLine
53-
```
54-
5549
**PSReadLine** can be installed in Windows PowerShell 5.1 or in PowerShell 7 or higher. To use
5650
predictor plug-ins you must be running in PowerShell 7.2 or higher. Windows PowerShell 5.1 can use
5751
the history-based predictor.

0 commit comments

Comments
 (0)