Skip to content

Commit

Permalink
The readme tries to tell people to update the application tag but bec…
Browse files Browse the repository at this point in the history
…ause it is inside brackets it is treated as html code and not shown.
  • Loading branch information
macdonst committed Apr 12, 2012
1 parent 01ef7dc commit a921042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Android/LocalNotification/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ To use this plugin, you need to perform the following steps:

<plugin name="LocalNotification" value="com.phonegap.plugin.localnotification.LocalNotification" />

6. Add the following fragment in the AndroidManifest.xml inside the <application> tag:
6. Add the following fragment in the AndroidManifest.xml inside the &lt;application&gt; tag:

<receiver android:name="com.phonegap.plugin.localnotification.AlarmReceiver" >
</receiver>
Expand Down

0 comments on commit a921042

Please sign in to comment.