diff --git a/platforms/win/README.txt b/platforms/win/README.txt
index b79f56a..5bf43ee 100644
--- a/platforms/win/README.txt
+++ b/platforms/win/README.txt
@@ -16,7 +16,7 @@ Language: 简体中文
首先,安装好 Visual Studio 2017 和 CMake 。
-接着,进入 "\bin\samples" 目录, 双击 "generate.bat" 即可生成样例工程。
+接着,进入 "\samples" 目录, 双击 "generate.bat" 即可生成样例工程。
p.s. 样例教程,可见 https://slightech.github.io/MYNT-EYE-SDK-2/ 主页给出的 Guide 文档。
@@ -46,7 +46,7 @@ Finally, you will see the window that display the realtime frame of the camera.
First, you should install Visual Studio 2017 and CMake .
-Second, goto the "\bin\samples" directory and click "generate.bat" to run.
+Second, goto the "\samples" directory and click "generate.bat" to run.
Finally, you could click `_build\mynteye_samples.sln` to open the samples project.