From aa71a33c382a0b5aaf679776e312c5afb1be2269 Mon Sep 17 00:00:00 2001
From: Lyon1994 <Lyon1994@users.noreply.github.com>
Date: 星期一, 26 十二月 2022 11:36:31 +0800
Subject: [PATCH] [ fix bug ] 修复分屏播放无效的问题,这是一个json解析错误

---
 doc/_content/introduction/deployment.md |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/doc/_content/introduction/deployment.md b/doc/_content/introduction/deployment.md
index cdc1568..388fd35 100644
--- a/doc/_content/introduction/deployment.md
+++ b/doc/_content/introduction/deployment.md
@@ -24,7 +24,7 @@
 7. 鍚姩鏈嶅姟锛屼互linux涓轰緥
 **鍚姩WVP-PRO**
 ```shell
-nohup java -jar java -jar wvp-pro-*.jar &
+nohup java -jar wvp-pro-*.jar &
 ```
 
 **鍚姩ZLM**

--
Gitblit v1.8.0