From 822cdca14bdc9fa1a6a46acd2cecb44d55fbe934 Mon Sep 17 00:00:00 2001 From: Lixx Date: Mon, 18 Nov 2024 15:56:31 +0800 Subject: [PATCH] docs: fix typos in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2543260a..402b6f48 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ PilotGo可以单机部署也可以采用集群式部署。安装之前先关闭 >systemctl start PilotGo-server 停止服务 - >ystemctl stop PilotGo-server + >systemctl stop PilotGo-server 服务状态 >systemctl status PilotGo-server -- Gitee