From fe968bcd252a628fe4e9466566b265ee8287a885 Mon Sep 17 00:00:00 2001 From: Elliot Smith Date: Wed, 25 Jun 2014 15:36:37 +0100 Subject: [PATCH] Update README for new Android extension example --- extensions-android/README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/extensions-android/README.md b/extensions-android/README.md index 2d42047..9450659 100644 --- a/extensions-android/README.md +++ b/extensions-android/README.md @@ -1,12 +1,14 @@ # Introduction -Source code to accompany the Crosswalk Android extensions tutorial +Source code to accompany the Crosswalk Android extensions tutorial: -xwalk-audiofs-extension-src/: - source for the xwalk-audiofs-extension Crosswalk extension for Android +* `xwalk-echo-extension-src/` -xwalk-player/: - simple HTML5 audio player which uses xwalk-audiofs-extension + Source for the xwalk-echo-extension Crosswalk extension for Android. + +* `xwalk-echo-app/` + + Simple HTML5 app which uses xwalk-echo-extension. # Pre-requisites @@ -28,8 +30,8 @@ be included in the distribution). Android. * Package the application with the extension. -The `build.sh` file will perform these steps for you. -It needs to be executable, e.g. on Linux: +The `build.sh` file will perform these steps for you. It needs to be +executable, e.g. on Linux: chmod +x build.sh