diff --git a/docs/tutorials/podman-for-windows.md b/docs/tutorials/podman-for-windows.md index 00e0994f75..10d82cfb2a 100644 --- a/docs/tutorials/podman-for-windows.md +++ b/docs/tutorials/podman-for-windows.md @@ -144,11 +144,12 @@ A curl command against localhost on the PowerShell prompt will return a successful HTTP response: ``` -PS C:\Users\User> curl http://localhost:8080/ -UseBasicParsing +PS C:\Users\User> Invoke-WebRequest -UseBasicParsing http://localhost:8080/ -StatusCode : 200 +StatusCode : 200 StatusDescription : OK -Content :