aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples/ios
diff options
context:
space:
mode:
authorGravatar Kenichi Ueno <kenichiueno@Kenichis-Macbook-Pro.local>2017-09-07 08:35:52 +0900
committerGravatar Kenichi Ueno <kenichiueno@Kenichis-Macbook-Pro.local>2017-09-07 08:35:52 +0900
commite24ff272716382c42e83ab9b1eaccfe61c64935a (patch)
tree4da717ffdc19c9222bd6f0a2e0d40d635ba1f2bb /tensorflow/examples/ios
parent4a24db28868e3ec9c9bc7408b9f72862116d6d39 (diff)
Fix a path in README.md
Diffstat (limited to 'tensorflow/examples/ios')
-rw-r--r--tensorflow/examples/ios/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/examples/ios/README.md b/tensorflow/examples/ios/README.md
index 7974b8c879..7d2eb870be 100644
--- a/tensorflow/examples/ios/README.md
+++ b/tensorflow/examples/ios/README.md
@@ -30,7 +30,7 @@ cp ~/graphs/inception5h/* tensorflow/examples/ios/simple/data/
long time since it is big (~450MB). For example, if you want to run the
simple example, then:
```bash
-cd tensorflow/ios/simple
+cd tensorflow/examples/ios/simple
pod install
open tf_simple_example.xcworkspace # obs, not the .xcodeproj directory
```