diff --git a/powershell.html.markdown b/powershell.html.markdown index b9f56861..6a850028 100644 --- a/powershell.html.markdown +++ b/powershell.html.markdown @@ -18,7 +18,7 @@ rather than plain text. After years of evolving, it resembles Python a bit. [Read more here.](https://docs.microsoft.com/powershell/scripting/overview) -

Powershell as a Language:

+Powershell as a Language: ```powershell @@ -645,7 +645,7 @@ function Format-Range ($start, $end) { Format-Range 2 6 # => 'a','b','g','f','e','d','c','h','i','j','k','l','m','n' ``` -

Powershell as a Tool:

+Powershell as a Tool: Getting Help: