Skip to content

Commit

Permalink
Update Android/RemoteSound/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
obrand committed May 28, 2012
1 parent 33aedc5 commit d0cabfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Android/RemoteSound/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
By Olivier Brand

## Adding the Plugin to your project ##
1. To install the plugin, move `Resources.js` to your project's www folder and include a reference to it
1. To install the plugin, move `RemoteSound.js` to your project's www folder and include a reference to it
in your html files.

<script src="RemoteSound.js"></script>
Expand All @@ -12,7 +12,7 @@ in your html files.

<pre>
mkdir -p <your_project>/src/com/phonegap/plugin/remotesound
cp ./ResourcesPlugin.java <your_project>/src/com/phonegap/plugin/remotesound
cp ./RemoteSoundPlugin.java <your_project>/src/com/phonegap/plugin/remotesound
</pre>

4. Add a plugin line to `res/xml/plugins.xml`
Expand Down

0 comments on commit d0cabfd

Please sign in to comment.