diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 93f7d8b..b9c7096 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -7,9 +7,6 @@
-
-
-
@@ -306,7 +303,7 @@
-
+
@@ -316,7 +313,7 @@
-
+
diff --git a/README.md b/README.md
index 0659a2a..bf46346 100644
--- a/README.md
+++ b/README.md
@@ -6,10 +6,11 @@
# 安装
使用pip
-`pip install doctranslate`
+`pip install docutranslate`
使用uv
-`uv add doctranslate`
+`uv init`
+`uv add docutranslate`
# 前置条件(获取大模型平台的baseurl、key、model-id)
由于需要使用大语言模型进行markdown调整与翻译,所以需要预先获取模型的baseurl、key、model-id
diff --git a/pyproject.toml b/pyproject.toml
index d67261a..04d7acb 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "docutranslate"
-version = "0.0.1"
+version = "0.0.2"
description = "能翻译pdf和markdown的软件"
readme = "README.md"
requires-python = ">=3.10"