diff --git a/System/README.md b/System/README.md index 3b0bae2..d7126f1 100644 --- a/System/README.md +++ b/System/README.md @@ -35,10 +35,10 @@ string hostname = "your-hostname"; Shutdown shutdown = new(); shutdown - .ShutdownComputer() - .Soft() - .SetTimeOut(5) - .SetComment("Custom reason"); + .ShutdownComputer() + .Soft() + .SetTimeOut(5) + .SetComment("Custom reason"); ShutdownResult shutdownResult = await shutdown.Run(); ```