Skip to content

Commit 3d41e4f

Browse files
committed
testing a styling change in readme
1 parent f64aa64 commit 3d41e4f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Provides many of the features required for IoT projects:
1818

1919
The back end is provided by a set of RESTful endpoints and the React based front end is responsive and scales well to various screen sizes.
2020

21-
The front end has the prerequisite manifest/icon file, so it can be added to the home screen of a mobile device if required.
21+
The front end has the prerequisite manifest file and icon, so it can be added to the home screen of a mobile device if required.
2222

2323
## Getting Started
2424

@@ -28,7 +28,7 @@ You will need the following before you can get started.
2828

2929
* [PlatformIO](https://platformio.org/) - IDE for development
3030
* [Node.js](https://nodejs.org) - For building the interface with npm
31-
* Bash shell, or Git Bash if you are under windows
31+
* Bash shell, or [Git Bash](https://gitforwindows.org/) if you are under windows
3232

3333
### Building in PlatformIO
3434

@@ -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 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 (the ['data/www'](data/www) directory) and replace it with the freshly built one, ready for upload to the device.
7575
7676
#### Running the interface locally
7777

0 commit comments

Comments
 (0)