Skip to content

Commit 74e51c0

Browse files
committed
Docs formatting cleanup.
1 parent b4a2cfd commit 74e51c0

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,11 @@ Create the following tags in `config.xml`:
146146
-->
147147
<preference name="ParseGcmSenderId" value="gcm-sender-id" />
148148

149-
<!-- As standard, this plugin only shows the most recent PN in the android notifications tray along with a count of unopened PNs. If you would like to override this behaviour and show all PNs in the tray, then add this preference.
150-
If not, skip this preference-->
149+
<!-- As standard, this plugin only shows the most recent PN in
150+
the android notifications tray along with a count of unopened
151+
PNs. If you would like to override this behaviour and show all
152+
PNs in the tray, then add this preference.
153+
If not, skip this preference -->
151154
<preference name="ParseMultiNotifications" value="true" />
152155
```
153156

@@ -160,8 +163,11 @@ Create the following tags in `config.xml`:
160163
<!-- Do not replace this string value. It must be "PARSE_DOT_COM"-->
161164
<preference name="ParseServerUrl" value="PARSE_DOT_COM" />
162165

163-
<!-- As standard, this plugin only shows the most recent PN in the android notifications tray along with a count of unopened PNs. If you would like to override this behaviour and show all PNs in the tray, then add this preference.
164-
If not, skip this preference-->
166+
<!-- As standard, this plugin only shows the most recent PN in
167+
the android notifications tray along with a count of unopened
168+
PNs. If you would like to override this behaviour and show all
169+
PNs in the tray, then add this preference.
170+
If not, skip this preference -->
165171
<preference name="ParseMultiNotifications" value="true" />
166172
```
167173

0 commit comments

Comments
 (0)