From 8634628214ecd7d8bb410591a0e39052f1f07a5a Mon Sep 17 00:00:00 2001 From: Danrui Qi Date: Fri, 22 Dec 2023 09:48:45 +0800 Subject: [PATCH] Update README.md (#182) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 050e252..6d098a9 100644 --- a/README.md +++ b/README.md @@ -121,9 +121,9 @@ poetry install ``` ### 3.2 Quick Start -Firstly, install `dbgpt_hub` with the following command +Firstly, install `dbgpt-hub` with the following command -`pip install dbgpt_hub` +`pip install dbgpt-hub` Then, set up the arguments and run the whole process. ```python