From 18d3d5db977d8feb5edc9034c74aedca86a26741 Mon Sep 17 00:00:00 2001 From: Rick Watson Date: Fri, 31 May 2019 23:32:50 +0100 Subject: [PATCH] use alternative formatting for notes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1519fab..026ee2a 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ You will need the following before you can get started. Pull the project and open it in PlatformIO. PlatformIO should download the ESP8266 platform and the project library dependencies automatically. -**NB: If building under Windows you need to delete .piolibdeps/Time/Time.h - due [filesystem case insensitivity](https://github.com/me-no-dev/ESPAsyncWebServer/issues/96)* +> **WINDOWS USERS**: If building under Windows you need to delete .piolibdeps/Time/Time.h - due to a [filesystem case insensitivity issue](https://github.com/me-no-dev/ESPAsyncWebServer/issues/96)* Once the platform and libraries are downloaded the back end should be compiling.