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

Commit

Permalink
📝 Making string replacement clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
fredgalvao authored Jan 9, 2017
1 parent 1d5723c commit abdb656
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/PHONEGAP_BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
### Including the plugin

Including this plugin in a project that is built by PhoneGap Build is as easy as adding:
Including this plugin in a project that is built by PhoneGap Build is as easy as adding (replacing `123456789` with your own, that is):

```xml
<preference name="android-build-tool" value="gradle" />
<plugin name="phonegap-plugin-push" source="npm">
<param name="SENDER_ID" value="<Your Sender ID>" />
<param name="SENDER_ID" value="123456789" />
</plugin>
```

Expand Down

0 comments on commit abdb656

Please sign in to comment.