Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 268cd75

Browse files
committed
examples/README: fix typos
1 parent 1e309ea commit 268cd75

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

examples/FirebaseDemo_ESP8266/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ FirebaseDemo is a sample that shows basic usage of the `FirebaseArduino` API.
1616
1. Go to https://www.firebase.com/ and create a new Firebase
1717
1. Copy the `Firebase Hostname`
1818
1. Go to `Secrets`
19-
1. Click `Firebase Secrets > Shows`
19+
1. Click `Firebase Secrets > Show`
2020
1. Copy the `Firebase Secret`
2121
1. Start Arduino
22-
1. Click `File > Examples > firebase-arduino > FirebaseRoom_ESP8266`
22+
1. Click `File > Examples > FirebaseArduino > FirebaseRoom_ESP8266`
2323
1. Replace `SSID` and `PASSWORD` with WiFi credentials
2424
1. Replace `example.firebaseio.com` with the `Firebase Hostname` from step `2.`
2525
1. Replace `secret_or_token` with `Firebase Secret` from step `5.`
@@ -28,4 +28,4 @@ FirebaseDemo is a sample that shows basic usage of the `FirebaseArduino` API.
2828
## Play
2929

3030
1. Go to the Firebase console `Data` section
31-
1. Watch the data being modified as the sketch run.
31+
1. Watch the data being modified as the sketch runs.

examples/FirebaseRoom_ESP8266/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# FirebaseRoom
22

33
FirebaseRoom is a sample that shows basic usage of FirebaseArduino to push
4-
sensors data to Firebase, and trigger actuators from Firebase.
4+
sensor data to Firebase, and trigger actuators from Firebase.
55

66
## Software setup
77

@@ -27,10 +27,10 @@ sensors data to Firebase, and trigger actuators from Firebase.
2727
1. Go to https://www.firebase.com/ and create a new Firebase
2828
1. Copy the `Firebase Hostname`
2929
1. Go to `Secrets`
30-
1. Click `Firebase Secrets > Shows`
30+
1. Click `Firebase Secrets > Show`
3131
1. Copy the `Firebase Secret`
3232
1. Start Arduino
33-
1. Click `File > Examples > firebase-arduino > FirebaseRoom_ESP8266`
33+
1. Click `File > Examples > FirebaseArduino > FirebaseRoom_ESP8266`
3434
1. Replace `SSID` and `PASSWORD` with WiFi credentials
3535
1. Replace `example.firebaseio.com` with the `Firebase Hostname` from step `2.`
3636
1. Replace `secret_or_token` with `Firebase Secret` from step `5.`

0 commit comments

Comments
 (0)