Skip to content

Commit eb995e3

Browse files
author
James Brundage
committed
Adding and Updating READMEs
1 parent b80e15e commit eb995e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Commands/PostProcessing/README.ps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A PostProcessing command will be passed the script or function and will return a
66

77
~~~PipeScript{
88
[PSCustomObject]@{
9-
Table = Get-PipeScript -PipeScriptType PostProcessing |
9+
Table = Get-PipeScript -PipeScriptType PostProcessor |
1010
Select-Object Name, Synopsis, @{
1111
Name='Link'
1212
Expression = { "/docs/$($_.Name).md" }

0 commit comments

Comments
 (0)