Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

Commit

Permalink
Update README for new Android extension example
Browse files Browse the repository at this point in the history
  • Loading branch information
townxelliot committed Jun 25, 2014
1 parent 4ce83bc commit fe968bc
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions extensions-android/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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

Expand Down

0 comments on commit fe968bc

Please sign in to comment.