diff --git a/README.md b/README.md
index fb21c11..33cbf54 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,14 @@
+# Python版本问题
+## 程序使用了Python3.10中的match-case语句
+## 请使用Python3.10版本运行
+
# 声明
-- *程序作者: **RTAkland (markushammered@gmail.com)***
-- 和风天气开发者平台:和风天气开发者平台
-- 和风天气官网: 和风天气官网
+- *程序作者: **RTAkland (markushammered@gmail.co m)***
+- >和风天气开发者平台:https://dev.qweather.com和风天气开发者平台
+- >和风天气官网: https://qweather.com和风天气官网
# 如何使用
-- 程序基于python3.x开发 务必使用python3.x版本运行
+- 程序基于python3.10开发 务必使用python3.10版本运行
- 将config.yml正确填写完成
- 使用`pip/pip3 install -r requirements.txt` 安装需要的库
- 运行`QWeather.py`
@@ -12,8 +16,8 @@
# English README.md
# Statement
- Developed by **RTAkland (markushammered@gmail.com)**
-- The weather API from QWeatherQWeather Official Website
-- QWeather Developer Platform: QWeather Developer Platform
+- >The weather API from QWeather https://qweather.com
+- >QWeather Developer Platform: https://dev.qweather.com
# How to use
- Run program using Python3