diff --git a/tensorflow/lite/g3doc/models/pose_estimation/overview.md b/tensorflow/lite/g3doc/models/pose_estimation/overview.md
index f7aa4e527ce..a658aaf63ec 100644
--- a/tensorflow/lite/g3doc/models/pose_estimation/overview.md
+++ b/tensorflow/lite/g3doc/models/pose_estimation/overview.md
@@ -10,18 +10,19 @@ an image or video by estimating where key body joints are.
Download starter model
-Android and iOS end-to-end tutorials are coming soon. In the meantime, if you
-want to experiment this on a web browser, check out the
+If you want to experiment this on a web browser, check out the
TensorFlow.js
GitHub repository.
### Example applications and guides
-There is a TensorFlow Lite sample application that demonstrates the PoseNet
-model on Android.
+We provide example TensorFlow Lite applications demonstrating the PoseNet model
+for both Android and iOS.
-Android example.
+Android example
+
+iOS example
## How it works