Skip to content

Commit e66deb9

Browse files
committed
more readme changes
1 parent 3d41e4f commit e66deb9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A simple, extensible framework for IoT projects built on ESP8266/ESP32 platforms with responsive React front-end.
44

5-
Designed to work with the PlatformIO IDE with limited setup, please read below for build and flash instructions.
5+
Designed to work with the PlatformIO IDE with limited setup, please read below for build and upload instructions.
66

77
![Screenshots](/media/screenshots.png?raw=true "Screenshots")
88

@@ -38,10 +38,10 @@ The project directory structure is as follows:
3838

3939
Directory | Description
4040
---- | -----------
41-
/data/ | The file system image directory
42-
/interface/ | React based front end
43-
/src/ | C++ back end for the ESP8266 device
44-
/platformio.ini | PlatformIO project configuration file
41+
[data/](data) | The file system image directory
42+
[interface/](interface) | React based front end
43+
[src/](src) | C++ back end for the ESP8266 device
44+
[platformio.ini](platformio.ini) | PlatformIO project configuration file
4545

4646
Once the platform and libraries are downloaded the back end should be compiling.
4747

@@ -71,7 +71,7 @@ npm install
7171
npm run build
7272
```
7373

74-
> **Note**: The build command will also delete the previously built interface (the ['data/www'](data/www) directory) and replace it with the freshly built one, ready for upload to the device.
74+
> **Note**: The build command will also delete the previously built interface, in the ['data/www'](data/www) directory, replacing it with the freshly built one ready to upload to the device.
7575
7676
#### Running the interface locally
7777

0 commit comments

Comments
 (0)