From 201f11e77080e4ed3efd526581fa062ae11f525c Mon Sep 17 00:00:00 2001
From: Sunny Luo <sunnylqm@qq.com>
Date: Sat, 14 Dec 2019 12:26:04 +0800
Subject: [PATCH] Update guide.md

---
 docs/guide.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/guide.md b/docs/guide.md
index 240a55d..888c380 100644
--- a/docs/guide.md
+++ b/docs/guide.md
@@ -84,8 +84,9 @@ set -x
 DEST="../node_modules/react-native-update/ios/"
 date +%s > "$DEST/pushy_build_time.txt"
 ```
-运行项目的时候就会在../node_modules/react-native-update/ios/文件夹下面生成一个`pushy_build_time.txt`文件。
+编译的时候就会在`../node_modules/react-native-update/ios/`文件夹下面生成一个`pushy_build_time.txt`文件。
 然后在`Copy Bundle Resources`里把生成的`pushy_build_time.txt`文件添加进去。  
+
 6. 重新编译
 
 </details>