summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorJosé Fonseca <jose.r.fonseca@gmail.com>2013-04-11 22:49:35 +0100
committerJosé Fonseca <jose.r.fonseca@gmail.com>2013-04-11 22:50:53 +0100
commit646cb5061d6d7383fe8857facd3bd1a8723e5fc4 (patch)
tree708a2ceb78efac884e256f24329b17c591f5feec /README.markdown
parent644352f611d0a09018e762b10e07d0e153430116 (diff)
Rename Android.markdown to Dalvik.markdown.
As README still contains Android information. Minor tweaks.
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index eeaaee78..d7e0d534 100644
--- a/README.markdown
+++ b/README.markdown
@@ -153,7 +153,7 @@ To trace the application inside gdb, invoke gdb as:
To trace standalone native OpenGL ES applications, use
`LD_PRELOAD=/path/to/egltrace.so /path/to/application` like described in the
-previous section. To trace Java applications, refer to Android.markdown.
+previous section. To trace Java applications, refer to Dalvik.markdown.
### Mac OS X ###