diff --git a/README.md b/README.md
index f3df9fd..e686d14 100644
--- a/README.md
+++ b/README.md
@@ -82,7 +82,7 @@ Base on SpringBoot
若使用java -jar spring-oauth-server.jar
启动, 建议使用参数spring.config.location指定配置文件,
如:java -jar spring-oauth-server.jar --spring.config.location=xxx.properties
-6. 参考oauth_test.txt(位于others目录)的内容并测试之(也可在浏览器中访问相应的地址,如: http://localhost:8080/ 在界面上操作).
+6. 参考oauth2.1-flow.md(位于others目录)的内容并测试之(也可在浏览器中访问相应的地址,如: http://localhost:8080/ 在界面上操作).
在项目的 others目录里有 oauth_test.txt文件, 里面有测试的URL地址(包括浏览器与客户端的),
+ href="https://gitee.com/shengzhao/spring-oauth-server/blob/config/others/oauth2.1-flow.md"
+ target="_blank">oauth2.1-flow.md文件, 里面有测试的URL地址(包括浏览器与客户端的),
若想访问 Unity 与 Mobile, 则先用基于浏览器的测试URL 访问,等验证通过后即可访问(注意不同的账号对应的权限).