Skip to content

Commit 01afe3e

Browse files
be more clear about hosts
1 parent 340aff5 commit 01afe3e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ It includes a command-line shell, an associated scripting language and a framewo
88
Windows PowerShell is a Windows command-line shell designed especially for system administrators.
99
Windows PowerShell includes an interactive prompt and a scripting environment that can be used independently or in combination.
1010

11-
The PowerShell Standard has been created to assist developers create modules and PowerShell hosts which will use only APIs that exist across different versions of PowerShell.
11+
The PowerShell Standard has been created to assist developers create modules and PowerShell hosts which will run on PowerShell and which will use only APIs that exist across different versions of PowerShell.
1212

1313
## PowerShell Standard Libraries
1414

1515
Two PowerShell Standard `.nupkg` versions are available:
1616

1717
- PowerShell Standard.Library Version 3
18-
- This allows you to create PowerShell modules and host which will run on PowerShell Version 3 and later including PowerShellCore
18+
- This allows you to create PowerShell modules and PowerShell hosts which will run on PowerShell Version 3 and later including PowerShellCore
1919

2020
- PowerShell Standard.Library Version 5.1
21-
- This allows you to create PowerShell modules and host which will run on PowerShell Version 5.1 and later including PowerShellCore
21+
- This allows you to create PowerShell modules and PowerShell hosts which will run on PowerShell Version 5.1 and later including PowerShellCore
2222

2323
Both are available on [NuGet.org](https://www.nuget.org/packages/PowerShellStandard.Library)
2424

0 commit comments

Comments
 (0)