From 3d41e4f37d4a82b73d809e8482a8103c1e2a3dee Mon Sep 17 00:00:00 2001 From: Rick Watson Date: Sat, 1 Jun 2019 18:47:37 +0100 Subject: [PATCH] testing a styling change in readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e4b1c86..083b7cd 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Provides many of the features required for IoT projects: 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. -The front end has the prerequisite manifest/icon file, so it can be added to the home screen of a mobile device if required. +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. ## Getting Started @@ -28,7 +28,7 @@ You will need the following before you can get started. * [PlatformIO](https://platformio.org/) - IDE for development * [Node.js](https://nodejs.org) - For building the interface with npm -* Bash shell, or Git Bash if you are under windows +* Bash shell, or [Git Bash](https://gitforwindows.org/) if you are under windows ### Building in PlatformIO @@ -71,7 +71,7 @@ npm install npm run build ``` -> **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. +> **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. #### Running the interface locally