diff --git a/Directory.Build.props b/Directory.Build.props
index d72ad6d..c6e124d 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -1,6 +1,6 @@
- 1.0.6
+ 1.0.7
enable
github加速神器
https://github.com/xljiulang/FastGithub
diff --git a/FastGithub/README.MD b/FastGithub/README.MD
index 31ce428..bb57d01 100644
--- a/FastGithub/README.MD
+++ b/FastGithub/README.MD
@@ -26,4 +26,11 @@ github加速神器
需要关闭git的证书验证:
```
git config --global http.sslverify false
-```
\ No newline at end of file
+```
+
+### 配置文件
+#### 主配置文件
+appsettings.json为主配置文件,里面有dns配置和域名的配置示例。
+
+#### 子配置文件
+appsettings.*.json为子配置文件,默认有github和stackoverflow的配置,新增子配置文件后需要重启FastGithub才生效。
\ No newline at end of file
diff --git a/FastGithub/README.html b/FastGithub/README.html
index c4527e3..3e738c9 100644
--- a/FastGithub/README.html
+++ b/FastGithub/README.html
@@ -55,6 +55,16 @@
+ 配置文件
+
+ 主配置文件
+
+ appsettings.json为主配置文件,里面有dns配置和域名的配置示例。
+
+ 子配置文件
+
+ appsettings.*.json为子配置文件,默认有github和stackoverflow的配置,新增子配置文件后需要重启FastGithub才生效。
+