Skip to content

Commit c6c7300

Browse files
Steve’s feedback
1 parent 238912a commit c6c7300

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ 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 run on PowerShell and which will use only APIs that exist across different versions of PowerShell.
11+
PowerShell Standard is a reference assembly that has been created to assist developers create modules and PowerShell hosts which will run on PowerShell.
12+
The reference assembly contains no actual implementation but rather will allow you to use only APIs that exist across different versions of PowerShell. This means that you still need to run within a PowerShell runtime.
1213

1314
> NOTE: You should not use PowerShell Standard for standalone applications that leverage PowerShell.
1415
For that, you should use the [PowerShell SDK](https://www.nuget.org/packages/Microsoft.PowerShell.SDK).

0 commit comments

Comments
 (0)