Skip to content

Commit 7f26d50

Browse files
authored
Update README.md
1 parent e68c6d8 commit 7f26d50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Note: Refresh tokens are only provided on the first request. The IETF documentat
1717

1818
### What You'll Need To Run This Locally
1919

20-
##### Setting Up the API Client
20+
#### Setting Up the API Client
2121

2222
You'll need to just follow [this tutorial](https://developers.google.com/identity/protocols/oauth2/web-server#top_of_page) and get the following fields:
2323
```
@@ -33,7 +33,7 @@ You'll only need to do this once because the once you have one access token and
3333
1. Rename the `config/template` to `config/.env` and replace the first 5 fields with their respective values.
3434
2. Move `data/access_token.json` to `/bin/data/access_token.json` and replace the `<YOUR_ACCESS_TOKEN>` field with the respective value.
3535

36-
##### Required Libraries
36+
#### Required Libraries
3737

3838
You'll need the following libraries the `pyfirmata` python library to communicate with the arduino board, and you'll need to flash your arduino with the [standrard firmata](https://github.com/firmata/arduino/blob/master/examples/StandardFirmata/StandardFirmata.ino), firmata is a generic protocol for communicating with microcontrollers from software on a host computer. And you're all set!
3939

0 commit comments

Comments
 (0)