From e6237be731e9300504e45333bc7f05854b6d3e33 Mon Sep 17 00:00:00 2001 From: pooneyy <85266337+pooneyy@users.noreply.github.com> Date: Thu, 8 Jan 2026 14:23:22 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs(nezha-agent):=20fix=20power?= =?UTF-8?q?shell=20code=20block=20formatting?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - correct indentation of powershell code block in windows installation instructions --- apps/nezha-agent/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/nezha-agent/README.md b/apps/nezha-agent/README.md index 64c744ce8..ef1c822c9 100644 --- a/apps/nezha-agent/README.md +++ b/apps/nezha-agent/README.md @@ -33,6 +33,6 @@ - PowerShell(Windows) - - ```powershell - New-Guid - ``` + ```powershell + New-Guid + ```