aboutsummaryrefslogtreecommitdiff
path: root/examples/ex2_espresso/README.md
diff options
context:
space:
mode:
authorDavid T.H. Kao <dthkao@gmail.com>2017-08-15 21:52:46 -0700
committerGitHub <noreply@github.com>2017-08-15 21:52:46 -0700
commita6f4252d923aae9b3a43c27fa9da7a2d6b7375dc (patch)
tree7929510786b85ecd93752f750c5aa985c39150f4 /examples/ex2_espresso/README.md
parent5250e7084185fc35fd6d8c6da8681b0d772c88f5 (diff)
downloadmobly-snippet-lib-a6f4252d923aae9b3a43c27fa9da7a2d6b7375dc.tar.gz
Add all examples to top level readme and massage descriptions. (#67)
* Add all examples to top level readme and massage descriptions. * edits * Addressing comments * comments
Diffstat (limited to 'examples/ex2_espresso/README.md')
-rw-r--r--examples/ex2_espresso/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/ex2_espresso/README.md b/examples/ex2_espresso/README.md
index 5c70be5..bf3cb34 100644
--- a/examples/ex2_espresso/README.md
+++ b/examples/ex2_espresso/README.md
@@ -3,8 +3,8 @@
This tutorial shows you how to create snippets that automate the UI of another
app using Espresso.
-The same approach can be used for any snippet that needs to access the classes
-or resources of another app.
+The same approach can be used to create any snippet app that needs to access
+the classes or resources of any other single app.
## Overview