From ef0666d4a3841b1e999829d2c4bc27a4fcd17e89 Mon Sep 17 00:00:00 2001 From: HalfmanG2 Date: Tue, 13 Aug 2019 16:10:18 +0800 Subject: [PATCH] readme update --- README.md | 4 ++-- README_EN.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a982ae5..ab045d3 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ HJMirror是一个用于将手机投屏至PC的Java项目,所以在使用前请 ## 怎么构建项目? -1. 拉取项目分支比如2.0.0的代码到本地 +1. 拉取项目分支比如2.0.1的代码到本地 2. 确认您已经安装了JDK、AndroidSDK与Android Studio. @@ -30,7 +30,7 @@ HJMirror是一个用于将手机投屏至PC的Java项目,所以在使用前请 8. 最后,根据 APP 中的信息操作即可。 -## v2.0.0更新内容 +## v2.0.x更新内容 1. 自动从Google Repo拉取ADB工具到 Jar 包所在目录,无需用户再安装。 diff --git a/README_EN.md b/README_EN.md index a7374dd..3570d1e 100644 --- a/README_EN.md +++ b/README_EN.md @@ -13,7 +13,7 @@ HJMirror is an Java and Droid project to help users mirror their Droid Device to ## How to build this project? -1. Pull project sources from branch like 2.0.0. +1. Pull project sources from branch like 2.0.1. 2. Please make sure you have already installed JDK, Android SDK and Android Studio. @@ -30,7 +30,7 @@ HJMirror is an Java and Droid project to help users mirror their Droid Device to 8. Operate this JavaApp by following the infomation on it. -## What's news on v2.0.0 +## What's news on v2.0.x 1. Auto fetch and setup the adb tools from Google.