Skip to content

Commit

Permalink
Update the readme with new domain prefix and correct plugman instruct…
Browse files Browse the repository at this point in the history
…ions
  • Loading branch information
bobeast committed Sep 10, 2013
1 parent 406d138 commit 7a5d5fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Copy the following files to your project's Plugins folder:

Add a reference for this plugin to the plugins section in **config.xml**:

<plugin name="PushPlugin" value="PushPlugin" />
<gap:plugin name="com.phonegap.plugins.PushPlugin"/>


Add the **PushNotification.js** script to your assets/www folder (or javascripts folder, wherever you want really) and reference it in your main index.html file.
Expand All @@ -110,7 +110,7 @@ Add the **PushNotification.js** script to your assets/www folder (or javascripts
This plugin is based on [plugman](https://github.com/apache/cordova-plugman). to install it to your app,
simply execute plugman as follows;

plugman --platform [PLATFORM] --project [TARGET-PATH] --plugin [PLUGIN-PATH]
plugman install --platform [PLATFORM] --project [TARGET-PATH] --plugin [PLUGIN-PATH]

where
[PLATFORM] = ios or android
Expand Down

0 comments on commit 7a5d5fb

Please sign in to comment.