Skip to content

Commit 194cc3a

Browse files
committed
Update examples
1 parent 8dc28aa commit 194cc3a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/Messaging/WebClient/fcm.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h3>Instruction</h3>
2323

2424
The web server can be local host e.g. <a href="https://www.apachefriends.org/download.html"
2525
target="_blank">XAMMP</a>, <a href="https://www.uniformserver.com/"
26-
target="_blank">UiformServer</a>, phython and Node.js.<br /><br />
26+
target="_blank">UiformServer</a> or nginx with PHP installed.<br /><br />
2727

2828
When you host the web app on remote server, browser should navigate through the HTTPS protocol
2929
(https://) because FCM SDK is supported only in pages served over HTTPS.<br /><br />
@@ -56,7 +56,7 @@ <h3>Instruction</h3>
5656
<b><span id="url2"></span></b> file.<br /><br />
5757

5858
In case you can't download file, you can also create a new <b>firebase-messaging-sw.js</b> by
59-
click the <b>Copy SW Content</b> button and paste it to your <b>firebase-messaging-sw.js</b>
59+
clicking the <b>Copy SW Content</b> button and paste it to your <b>firebase-messaging-sw.js</b>
6060
file and save to the root directory.<br /><br />
6161

6262
5. Reload this page and click the <b>Initialize & Get Token</b> button again. Now your web client

0 commit comments

Comments
 (0)