From e08be2e41ca35031e1ea7649c475f767f50e402b Mon Sep 17 00:00:00 2001
From: 游雁 <zhifu.gzf@alibaba-inc.com>
Date: 星期三, 09 八月 2023 19:48:46 +0800
Subject: [PATCH] docs

---
 funasr/runtime/websocket/readme.md |    2 +-
 README.md                          |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index ebac5a0..8a8578e 100644
--- a/README.md
+++ b/README.md
@@ -66,7 +66,7 @@
 | <div align="left"><img src="docs/images/damo.png" width="180"/> | <div align="left"><img src="docs/images/nwpu.png" width="260"/> | <img src="docs/images/China_Telecom.png" width="200"/> </div>  | <img src="docs/images/RapidAI.png" width="200"/> </div> | <img src="docs/images/aihealthx.png" width="200"/> </div> | <img src="docs/images/XVERSE.png" width="250"/> </div> |
 |:---------------------------------------------------------------:|:---------------------------------------------------------------:|:--------------------------------------------------------------:|:-------------------------------------------------------:|:-----------------------------------------------------------:|:------------------------------------------------------:|
 
-The contributors can be found in [contributors list]((./Acknowledge))
+The contributors can be found in [contributors list](./Acknowledge)
 
 ## License
 This project is licensed under the [The MIT License](https://opensource.org/licenses/MIT). FunASR also contains various third-party components and some code modified from other repos under other open source licenses.
diff --git a/funasr/runtime/websocket/readme.md b/funasr/runtime/websocket/readme.md
index 48b9063..3681836 100644
--- a/funasr/runtime/websocket/readme.md
+++ b/funasr/runtime/websocket/readme.md
@@ -120,7 +120,7 @@
 ```shell
 ./funasr-wss-server-2pass  \
   --download-model-dir /workspace/models \
-  --offline-model-dir ./exportdamo/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-onnx \
+  --model-dir ./exportdamo/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-onnx \
   --vad-dir ./exportdamo/speech_fsmn_vad_zh-cn-16k-common-onnx \
   --punc-dir ./export/damo/punc_ct-transformer_zh-cn-common-vocab272727-onnx \
   --online-model-dir ./exportdamo/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-online \

--
Gitblit v1.9.1