From c36d4b697e76ba729a1f2ac023a1f0437fa38cc7 Mon Sep 17 00:00:00 2001 From: Sik Date: Mon, 29 Jul 2024 20:33:26 +0200 Subject: [PATCH] fix: fixed again shitty tabs in readme --- System/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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(); ```