diff --git a/Code/Day 25 Decision Tree.md b/Code/Day 25 Decision Tree.md
index efab2d3..5966e97 100644
--- a/Code/Day 25 Decision Tree.md
+++ b/Code/Day 25 Decision Tree.md
@@ -3,7 +3,6 @@
-https://github.com/MachineLearning100/100-Days-Of-ML-Code/raw/master/Info-graphs/Day%2023%20-%20Chinese.jpg
### 导入需要用到的python库
```python
import numpy as np
diff --git a/README.md b/README.md
index 17a5fee..1f8c233 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,17 @@
+## 逻辑回归 | 第4天
+
+
+
+
+
+## K近邻法 | 第7天
+
+
+
+
## 支持向量机(SVM) | 第12天
@@ -40,4 +51,4 @@
## 决策树 | 第25天
-决策树实现
+[决策树实现](https://github.com/MachineLearning100/100-Days-Of-ML-Code/blob/master/Code/Day%2025%20Decision%20Tree.md)