Skip to content

Commit 9d0d0db

Browse files
authored
Update README.md
Just some spelling and grammar changes
1 parent 187eb7e commit 9d0d0db

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Arduino Google Sheet Client Library for Arduino devices.
77
This library works with Google Sheet APIs directly using the Service Account which is safe and reliable as it does not require Google AppScrips and other dirty HTTP hacks to work.
88

99

10-
Devices will be able to read, update, append and clear sheet values. Create, read, list, and delete the spreadsheet are also supported.
10+
Devices will be able to read, update, append and clear sheet values. Creating, reading, listing, and deleting the spreadsheet is also supported.
1111

1212

1313
The spreadsheet that created using this library, owned by the Service Account and shared access to the user.
@@ -29,7 +29,7 @@ This library required the Arduino platforms SDK (for ESP32, ESP8266, Pico, SAMD
2929

3030
To install device SDK, in Arduino IDE, the platform SDK can be installed through **Boards Manager**.
3131

32-
In PlatfoemIO IDE, the platform SDK can be installed through **PIO Home** > **Platforms** > **Espressif 8266 or Espressif 32**.
32+
In PlatformIO IDE, the platform SDK can be installed through **PIO Home** > **Platforms** > **Espressif 8266 or Espressif 32**.
3333

3434

3535
### RP2040 Arduino SDK installation
@@ -55,7 +55,7 @@ See this Arduino-Pico SDK [documentation](https://arduino-pico.readthedocs.io/en
5555

5656
## Prerequisites
5757

58-
This library used the Service Account crendentials to create the short lived access token for Google API authentication, which will be expired in 1 hour and will be refresh automatically.
58+
This library uses the Service Account credentials to create the short-lived access token for Google API authentication, which will expire in 1 hour and will be refreshed automatically.
5959

6060
You need to create the Service Account private key and enable Google Sheet and Google Drive APIs for your project.
6161

@@ -92,21 +92,21 @@ Go to [Google Cloud Console](https://console.cloud.google.com/projectselector2/i
9292

9393
5. Service account ID and
9494

95-
6. Click at CREATE AND CONTINUE
95+
6. Click on CREATE AND CONTINUE
9696

9797
![Create SA2](/media/images/GC_Create_SA2.png)
9898

9999
7. Select Role.
100100

101-
8. Click at CONTINUE.
101+
8. Click on CONTINUE.
102102

103103
![Create SA3](/media/images/GC_Create_SA3.png)
104104

105-
9. Click at DONE.
105+
9. Click on DONE.
106106

107107
![Create SA4](/media/images/GC_Create_SA4.png)
108108

109-
10. Choose service account that recently created from the list.
109+
10. Choose a service account that was recently created from the list.
110110

111111
![Create SA5](/media/images/GC_Create_SA5.png)
112112

@@ -118,19 +118,19 @@ Go to [Google Cloud Console](https://console.cloud.google.com/projectselector2/i
118118

119119
![Create SA7](/media/images/GC_Create_SA7.png)
120120

121-
13. Choose JSON for Key type and click CREATE.
121+
13. Choose JSON for the Key type and click CREATE.
122122

123123

124124
![Create SA8](/media/images/GC_Create_SA8.png)
125125

126-
14. Private key will be created for this service account and downloaded to your computer, click CLOSE.
126+
14. A private key will be created for this service account and downloaded to your computer, click CLOSE.
127127

128128

129129
![Create SA9](/media/images/GC_Create_SA9.png)
130130

131131
In the following stepts (15-16) for saving the Service Account Credential in flash memory at compile time.
132132

133-
If you want to allow library to read the Service Account JSON key file directly at run time, skip these steps.
133+
If you want to allow the library to read the Service Account JSON key file directly at run time, skip these steps.
134134

135135
15. Open the .json file that is already downloaded with text editor.
136136

@@ -185,7 +185,7 @@ Or at **PIO Home** -> **Library** -> **Registry** then search **ESP Google Sheet
185185
186186
### Manual installation
187187
188-
For Arduino IDE, download zip file from the repository (Github page) by select **Clone or download** dropdown at the top of repository, select **Download ZIP**
188+
For Arduino IDE, download the zip file from the repository (Github page) by select **Clone or download** dropdown at the top of repository, select **Download ZIP**
189189
190190
From Arduino IDE, select menu **Sketch** -> **Include Library** -> **Add .ZIP Library...**.
191191

0 commit comments

Comments
 (0)