diff --git a/Installing-on-PlatformIO.md b/Installing-on-PlatformIO.md index b69bb41..c473ca2 100644 --- a/Installing-on-PlatformIO.md +++ b/Installing-on-PlatformIO.md @@ -3,7 +3,7 @@ This guide will setup [TFT_eSPI](https://github.com/Bodmer/TFT_eSPI) for **Platf ### 1. Install PlatformIO Go to [PlatformIO page](https://platformio.org/platformio-ide) and follow the instructions to install it into your favourite IDE. -In this guide we will use [VSCode](https://code.visualstudio.com/) as an example. Install instructions and guides for VSCode can be found [here](https://docs.platformio.org/en/latest/ide/vscode.html). +We will use [VSCode](https://code.visualstudio.com/) as an example. Install instructions and guides for VSCode can be found [here](https://docs.platformio.org/en/latest/ide/vscode.html). ### 2. Create a project Follow [this guide](https://docs.platformio.org/en/latest/ide/vscode.html#quick-start) to setup your project. Once you are done open the platformio.ini file. You should see something like this: