Drop unnecessary mentions of Windows version

This commit is contained in:
Kid
2022-06-06 16:13:40 +00:00
committed by AJ ONeal
parent 0cbdcc9387
commit 404d573f3d
12 changed files with 16 additions and 16 deletions
+2 -2
View File
@@ -6,10 +6,10 @@ tagline: |
---
> The core benefit of running `pwsh` on Mac or Linux is that you get a way to
> debug Windows 10 scripts without having to boot up Windows 10.
> debug Windows scripts without having to boot up Windows.
For example, if you want to create a `curl.exe -A "windows" | powershell` script
for Windows 10 (as we do), it's helpful to be able to do some level of debugging
for Windows (as we do), it's helpful to be able to do some level of debugging
on other platforms.
<!--